`
teclogid
  • 浏览: 30027 次
  • 性别: Icon_minigender_1
  • 来自: 北京
文章分类
社区版块
存档分类
最新评论
文章列表
last 查看最近登录 find . -name *.jsp|xargs grep 'ww' 查找文件内容
ssh-keygen -i -f ssh_private_key >id_dsa
需要用到一个选择模型角度后,等待250ms的渲染,然后拍照的功能。网上找了找,类似sleep的功能,基本上都是死循环,跳出(还有一些加入时间比较啥的,其实一点用都没有,没有出让cpu,比不比时间没有差别),这种代码一执行,基本上浏览器都会告诉你,脚本执行缓慢,是否取消。唯一的办法,就是用setTimeout模拟。没办法,只能自己写了,很简陋,但功能已具备,有需要可以加以扩展。 var ExecQueue = function() { this.queue = []; }; ExecQueue.prototype = { add : function(fn, args, time) ...
jqmodal的窗口div的class必须是jqmWindow
出现上面的错误时,请确认是否启动事务。
hibernate一对一,共享主键,配置从表的时候,需要让从表的主键生成策略设置为: @GeneratedValue(generator="foreign")   @GenericGenerator(name="foreign", strategy = "foreign", parameters={     @Parameter(name="property", value="one2onePramary")   })
在其他所有浏览器下正常。只有ie6不正常。
all:"香奈儿香水"~1000000
keytool -genkey -dname "cn=Bavlo Co.Ltd, ou=dev,o=Bavlo Co.Ltd,c=China" -ali as bavlo.com -keypass bavlo.com -storepass bavlo.com -validity 365 -keystore .\b avlo jarsigner -verbose -keystore .\bavlo applet.jar bavlo.com
使用jquery的getJSON方法时,需要提供jsonCallback参数,虽然这个参数没有用,因为solr应用并不处理这个参数。但还是需要,否则载入方式,就不是jsonp了。 同时还需要提供给solr'json.wrf'参数,例如'json.wrf':'init',init才是solr会使用的回调函数。详细参考solr文档。
paramCol用于设定此列是否是参数列,传递给链接,值为true,false 只可定义一个。
<VirtualHost *:80> RewriteEngine on RewriteRule ^/p-(\d+).html$ /shop/viewProduct.do?id=$1 [P] RewriteLog /var/log/rewrite.log RewriteLogLevel 9 ProxyPass / ajp://localhost:8009/ ProxyPassReverse / ajp://localhost:8009/ </VirtualHost> 注意重写规则部分最后的 [P] 表示替换后的链接转发给Proxy。 在使用Prox ...
cookie 中特殊字符在firefox下正常,在ie下不行。需要escape,unescape(js) ,java中使用urlencoder.encode()和urldecoder.decode();
dic home 路径不能写出 D:\paoding-analysis-2.0.4-beta\dic,要用反斜杠D:/paoding-analysis-2.0.4-beta/dic
订单号和金额传了一次,不能用该订单号再次传其他金额,金额会显示成上次的。
Global site tag (gtag.js) - Google Analytics