`
dmhorse
  • 浏览: 23745 次
  • 来自: ...
最近访客 更多访客>>
社区版块
存档分类
最新评论
文章列表
http://www.defendingthetruth.com/technology/33167-tutorial-configuring-building-googles-webm-encoder-libvpx-0-9-1-ffmpeg-0-6-a.html   Background: There are not many tutorials out that show you how to build and configure WebM in FFMPEG 0.6 for Linux (at least that are accessible to anyone other then ...
http://efreedom.com/Question/1-3491258/Multi-Site-Wordpress-Rewrite-Rules-Nginx   server {     server_name *. example . com ;       listen

Open port 80

J# 
vi /etc/sysconfig/iptables   CMD line iptables -I INPUT -p tcp --dport 80 -j ACCEPT       Append following line   -I INPUT -p tcp --dport 80 -j ACCEPT     Restart service #service iptables restart  
http://www.cyberciti.biz/faq/rhel-fedora-install-configure-nginx-php5/     Red Hat / CentOS Install nginx PHP5 FastCGI Webserver by VIVEK GITE on APRIL 22, 2009 · 42 COMMENTS
After some research, I find 3 articles about these topic to clearly clarify how function is calling.   http://unixwiz.net/techtips/win32-callconv-asm.html http://www.installsetupconfig.com/win32programming/processtoolhelpapis12_1.html http://joshcarter.com/books/pragprowrimo_2009/functions_and_ ...

Play

    博客分类:
  • Java
Manual steps to deploy Play to GAE   1. play war <project home> -o x:\<war folder>   Note that, without the driver name, it has some problem.   2. Before war, use run or precomple the clasee.     3. Use app_devenv to test the env   4. After war, use appcfg to upload
//Inserting sort int A[] = {3,43,34,21,7,56,2}; for (int i=1;i<A.length;i++){ int key = A[i]; loop: for(int j= i-1;j>=0;j--){ if(A[j] > key){ A[j + 1 ] = A[j]; if ( j == 0) A[j] = key; }else{ A[j+1] = key; break loop; ...
在eclipse中设置project      摘要: 1. 用命令行创建新的project #>: play new test 输入 test(会有What is the application name?提示) 注:一定要输入test 否则在导入到eclipse中就要手动改配置文件 2. 导入eclipse >play eclipsify test 打 ...
1. 403 access forbidden after installed.   Add Options +FollowSymLinks to .htaccess       http://mu.wordpress.org/forums/topic/7132
[b] L3: Italian program commands assignment input/output condition loop print x, 'hello world' Defensive programming @ToDo: To test the code List: mylist = [] mylist = mylist + [i] #Here the '+' is overridden already. mytuple = () mytuple = mytuple + (i) # Does it really work? To be c ...

办公室政治

 办公室政治行为准则   1.不要因任何事情公开批评你的上司或同事。   2.批评他人的观点而不是批评他人。   3.不要为小事争拗。小心选择值得争辩的事情。如果你准备捍卫某一想法,你最好有把握你能获胜。   4.做个好听众,但不要将你听到的东西四处散播。   5.学会使用正确的渠道处理问题。直接去找问题的根源或去找能解决问题的经理。不要成为受害者
但需要注意的是对于上市公司持有的法人股,新会计准则一般不把它认定为交易性金融资产,而是划分为可供出售金融资产。对于该类资产的计量,新会计准则规定,取得时按照成本计量,期末按照公允价值计量,对于公允价值与账面价值之间的差额计入所有者权益。
谈判风格 你的谈判风格平衡形?竞争形? 猜测对方底线 写下谈判前的目标,在激烈的竞争中往往会忘记自己的目标 以权威的标准和规范来进行谈判(一致性原则和规范性优势) 市场中的标准与规范,当面对一个新市场时 ...
思维转换,建立全新观点 1.要改变现状,就得改变自己,要改变自己,先得改变我们看待世界的观点,(换位思考) 2.品德(moral character)>个人魅力personality ethic , long term > short term, Base on the "moral" then use skill 内在本质比外在言行更具有说服力,回顾过去,你是如何相信一个人的. 真正动机总会浮现,一时的成功难以为继 3.以原则为中心的思维, personality ethic,华而不实不劳而获,不能走得更远.自然而循序渐进的基础上,才能发展出高度信赖的企业文化. ...
Today Exchange consultant: Question list sample from top manager: What's the risk of exchange consultant in your experience? Did it happen before? Do the new consultant have experience for exchange? Do the new consultant know what kind of relationship between XXX and YYY company? Do you think we init ...
Global site tag (gtag.js) - Google Analytics