This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# I download vim7.4 release bz2 files , installing vim by a bash file with sudo. | |
# The content of bash file is: | |
cd ~/temp | |
tar -xvf vim-7.4.tar.bz2 | |
cd ~/temp/vim74 | |
./configure --prefix=/usr/vim --enable-pythoninterp \ | |
--with-features=huge --enable-multibyte | |
make && make install |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Tieba-Tools git:(master) ✗ ps aux | grep celery | |
dyh 9946 0.1 0.5 152968 44360 pts/1 S+ 22:39 0:02 /home/dyh/svn/Tieba-Tools/venv/bin/python venv/bin/celery worker -B -A TiebaTools.cel --loglevel=info | |
dyh 9950 0.0 0.4 149900 38256 pts/1 S+ 22:39 0:00 /home/dyh/svn/Tieba-Tools/venv/bin/python venv/bin/celery worker -B -A TiebaTools.cel --loglevel=info | |
dyh 9951 0.0 0.4 149900 38260 pts/1 S+ 22:39 0:00 /home/dyh/svn/Tieba-Tools/venv/bin/python venv/bin/celery worker -B -A TiebaTools.cel --loglevel=info | |
dyh 9952 0.0 0.4 149900 38260 pts/1 S+ 22:39 0:00 /home/dyh/svn/Tieba-Tools/venv/bin/python venv/bin/celery worker -B -A TiebaTools.cel --loglevel=info | |
dyh 9953 0.0 0.4 149900 38252 pts/1 S+ 22:39 0:00 /home/dyh/svn/Tieba-Tools/venv/bin/python venv/bin/celery worker -B -A TiebaTools.cel --loglevel=info | |
dyh 9954 0.0 0.4 149900 38264 pts/1 S+ 22:39 0:00 /home/dyh/svn/Tieba-Tools/venv/bin/python venv/bin/celery worker -B -A Tie |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# to test | |
def test_add_good(client, session): | |
cur_url = BLUEPREFIX + '/add' | |
# check in db | |
rv = client.post(cur_url, data=dict( | |
bar_code='11', name='wt', pinyin='a')).data.decode('utf-8') | |
assert get_json_err_no(rv, '60013') | |
rv = client.post(cur_url, data=dict( |
We can't make this file beautiful and searchable because it's too large.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
曲轴转角,容积,I_1,I_2,I_3,I_4,kno,PCYL_1,PCYL_2,PCYL_3,PCYL_4,PCYL_DER_1,PCYL_DER_2,PCYL_DER_3,PCYL_DER_4,Q_1,Q_2,Q_3,Q_4,SPEED_HIRES | |
曲轴转角 [°CA],容积 [l],能量 [J],能量 [J],能量 [J],能量 [J],电压 [V],压力 [bar],压力 [bar],压力 [bar],压力 [bar],压力/转角 [bar/°CA],压力/转角 [bar/°CA],压力/转角 [bar/°CA],压力/转角 [bar/°CA],燃烧 [J/°CA],燃烧 [J/°CA],燃烧 [J/°CA],燃烧 [J/°CA],转速 [1/s] | |
-360,0.0468297338559083,,,,,-0.00295719844357977,1.07186141993508,1.10219762392311,1.11796820519578,1.08314106778083,,,,,,,,, | |
-359.9,0.0468301101105324,,,,,-0.00264591439688716,1.06926738725025,1.10219762392311,1.11796820519578,1.0805470340584,,,,,,,,, | |
-359.8,0.0468312388701246,,,,,-0.00264591439688716,1.07186141993508,1.10219762392311,1.11537417147334,1.07795300033596,,,,,,,,, | |
-359.7,0.0468331201254258,,,,,-0.00264591439688716,1.07186141993508,1.10219762392311,1.1127801377509,1.07795300033596,,,,,,,,, | |
-359.6,0.0468357538633918,,,,,-0.00264591439688716,1.07186141993508,1.10219762392311,1.11018610402846,1.07535896661352,,,,,,,,, | |
-359.5,0.0468391400671921,,,,,-0.00264591439688716,1.0 |