摘要:
http://www.neoease.com/css-javascript-combo-tool/http://www.neoease.com/minimize-javascript-files-using-ycombo/
阅读全文
posted @ 2014-08-19 08:56
silentjesse
阅读(365)
推荐(0)
摘要:
什么是BOM头?BOM头是放在UTF-8编码的文件的头部的,占用三个字节,用来标识该文件属于UTF-8编码。现在已经有很多软件识别BOM头,但是还有些不能识别BOM头,比如PHP就不能识别BOM头,这也是用记事本编辑UTF-8编码后执行就会出错的原因了。如何去掉BOM头?去掉BOM头的办法,最简单就...
阅读全文
posted @ 2014-08-18 11:26
silentjesse
阅读(10433)
推荐(0)
摘要:
在别人没想听你的想法时,先别急着发表意见,等别人说了再说自己的,或者等别人要自己说时再说
阅读全文
posted @ 2014-08-15 16:03
silentjesse
阅读(219)
推荐(0)
摘要:
1、每个新需求的功能点,全部在jira上一一呈现2、每个bug也一样在jira上一一呈现3、任务一个需要优化改进的点也一一在jira上呈现然后程序员一直开发新功能和修改新bug,测试人员负责bug和新功能点的跟踪。直到上线,在上线过程中发现bug继续处理,直到最后的封版。接下来的下一版本新建一个新版...
阅读全文
posted @ 2014-08-14 15:53
silentjesse
阅读(425)
推荐(0)
摘要:
1、git init该命令执行之后并没有创建branch2、git add添加文件,这时branch 也还没生成。git branch name也没用3、git commit提交到git repo,产生默认的master分支,并且有一个HEAD pointer指向master4、git branch...
阅读全文
posted @ 2014-08-13 23:42
silentjesse
阅读(377)
推荐(0)
摘要:
http://en.wikipedia.org/wiki/Multitenancyhttp://www.infoq.com/news/2012/01/hibernate-4-releasedhttp://www.cnblogs.com/hibernate6/archive/2012/01/29/25...
阅读全文
posted @ 2014-07-08 09:46
silentjesse
阅读(135)
推荐(0)
摘要:
字母和数字键的键码值(keyCode)按键键码按键键码按键键码按键键码A65J74S83149B66K75T84250C67L76U85351D68M77V86452E69N78W87553F70O79X88654G71P80Y89755H72Q81Z90856I73R82048957 数字键盘上...
阅读全文
posted @ 2014-07-01 15:46
silentjesse
阅读(266)
推荐(0)
摘要:
http://www.cnblogs.com/onflying/archive/2013/05/14/3077505.html
阅读全文
posted @ 2014-06-05 17:43
silentjesse
阅读(178)
推荐(0)
摘要:
根据https://github.com/blueimp/jQuery-File-Upload/wiki/Browser-supportThe following browsers support at least one form ofAJAXstyle file uploads, either ...
阅读全文
posted @ 2014-06-05 14:20
silentjesse
阅读(18999)
推荐(0)
摘要:
import java.io.File;import java.io.FileNotFoundException;import java.io.FileOutputStream;import java.io.IOException;import com.itextpdf.text.Document;...
阅读全文
posted @ 2014-04-22 10:16
silentjesse
阅读(5542)
推荐(0)