08 2017 档案

摘要:#!set uuidtmp = uuid.tmp #!uuidgen > uuidtmp #!set uuid=<uuidtmp #!rm uuidtmp #!echouuid #!currentdir=`pwd` #!echo currentdiruuid=uuidgenecho{uuid} echo uuid.png #!echo{uuid}.png #!ech... 阅读全文
posted @ 2017-08-31 15:59 任国强 阅读(496) 评论(0) 推荐(0) 编辑
摘要:http://mp.weixin.qq.com/s/scY2sMrmcRxWOn441D-_cQ 比起普通的随机分配方法,更上一个台阶。 阅读全文
posted @ 2017-08-29 09:25 任国强 阅读(145) 评论(0) 推荐(0) 编辑
摘要:http://www.kafeitu.me/activiti/2012/04/23/synchronize-or-redesign-user-and-role-for-activiti.html 如何把Activiti集成到自己的业务系统里: 1.把自己的表,往他们的表上靠,如果自身的业务系统的用户 阅读全文
posted @ 2017-08-28 15:27 任国强 阅读(622) 评论(0) 推荐(0) 编辑
摘要:http://mopishv0.blog.163.com/blog/static/5445593220101016102129741/ 阅读全文
posted @ 2017-08-25 15:55 任国强 阅读(1207) 评论(0) 推荐(0) 编辑
摘要:Selenium vs TestStudio,不知道差异在哪里? Selenium Grid vs F2Test,后者更优。 用Selenium + FireFox做了一个单机抓图,想要扩展成集群的话,感觉用F2Test比较爽。 阅读全文
posted @ 2017-08-24 17:40 任国强 阅读(336) 评论(0) 推荐(0) 编辑
摘要:https://developer.mozilla.org/en-US/docs/Web/API/WindowBase64/Base64_encoding_and_decoding In JavaScript there are two functions respectively for deco 阅读全文
posted @ 2017-08-22 09:20 任国强 阅读(410) 评论(0) 推荐(0) 编辑
摘要:https://issues.jboss.org/browse/JBIDE-10039?_sscc=t https://stackoverflow.com/questions/16836832/failed-while-installing-jax-rs-rest-web-services-1-1- 阅读全文
posted @ 2017-08-17 09:33 任国强 阅读(1479) 评论(1) 推荐(0) 编辑
摘要:http://www.cnblogs.com/CinYung/p/6255694.html 可能是Windows的OneDrive和TortoiseGit的图标显示有冲突。 http://jingyan.baidu.com/article/359911f552827957fe0306f8.html 阅读全文
posted @ 2017-08-17 09:18 任国强 阅读(360) 评论(0) 推荐(0) 编辑
摘要:https://stackoverflow.com/questions/5690269/disabling-chrome-cache-for-website-development https://superuser.com/questions/334793/how-to-disable-brows 阅读全文
posted @ 2017-08-16 18:09 任国强 阅读(220) 评论(0) 推荐(0) 编辑
摘要:https://commons.apache.org/proper/commons-io/javadocs/api-release/org/apache/commons/io/FileUtils.html General file manipulation utilities. Facilities 阅读全文
posted @ 2017-08-16 17:06 任国强 阅读(359) 评论(0) 推荐(0) 编辑
摘要:https://stackoverflow.com/questions/8962459/java-collections-keyset-vs-entryset-in-map http://blog.csdn.net/lwzcjd/article/details/5432430 http://blog 阅读全文
posted @ 2017-08-16 16:07 任国强 阅读(174) 评论(0) 推荐(0) 编辑
摘要:由Word导出为PDF,导致java.lang.OutOfMemoryError: PermGen space 永生代空间不足,导致内存溢出,用jvisualvm监控了一下,永生代默认值80~90M,没执行此方法前,都快占满了。 解决办法:提高永生代内存配置值 采用了一丢丢。哈哈 参考文章: htt 阅读全文
posted @ 2017-08-16 11:01 任国强 阅读(276) 评论(0) 推荐(0) 编辑
摘要:SET FOREIGN_KEY_CHECKS=0; -- Table structure for `new_hangyebiaozhun`-- DROP TABLE IF EXISTS `new_hangyebiaozhun`;CREATE TABLE `new_hangyebiaozhun` ( 阅读全文
posted @ 2017-08-15 10:05 任国强 阅读(851) 评论(0) 推荐(0) 编辑
摘要:## A fatal error has been detected by the Java Runtime Environment:## EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000006f096cba, pid=9084, tid= 阅读全文
posted @ 2017-08-10 17:17 任国强 阅读(1593) 评论(0) 推荐(0) 编辑
摘要:Linux tail 命令详解 http://www.2cto.com/os/201111/110143.html 阅读全文
posted @ 2017-08-09 17:43 任国强 阅读(561) 评论(0) 推荐(0) 编辑
摘要:XSHELL下直接下载文件到本地(Windows) http://www.cnblogs.com/davytitan/p/3966606.html 阅读全文
posted @ 2017-08-09 17:41 任国强 阅读(392) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/joyhen/article/details/43271569 js 单引号替换成双引号,双引号替换成单引号 操作 解决问题的场景: Java端生成了JSON串,用FreeMarker翻译到input的value值里边,而value=之后用的双引号(当然用单 阅读全文
posted @ 2017-08-09 16:53 任国强 阅读(330) 评论(0) 推荐(0) 编辑
摘要:https://dba.stackexchange.com/questions/17593/in-mysql-how-to-manually-edit-values-of-a-blob-column-in-few-tuples Navicat,查看编辑都不行,不知道是否由于使用的版本较差 SQLyo 阅读全文
posted @ 2017-08-09 15:23 任国强 阅读(753) 评论(0) 推荐(0) 编辑
摘要:#上传文件scp GuanWenZhuanDaController.class root@192.168.1.39:/webapps/libra/WEB-INF/classes/com/yuanchuangyun/workflow/web/ #上传目录 #下载文件 #下载目录scp -r root@ 阅读全文
posted @ 2017-08-08 18:06 任国强 阅读(214) 评论(0) 推荐(0) 编辑
摘要:https://superuser.com/questions/130353/how-to-leave-the-open-file-in-eclipse-tab-after-search From main window, select Window - Preferences. On left, 阅读全文
posted @ 2017-08-07 12:29 任国强 阅读(225) 评论(0) 推荐(0) 编辑
摘要:https://stackoverflow.com/questions/3090662/jquery-empty-vs-remove http://www.cnblogs.com/yeer/archive/2009/06/10/1500682.html empty清空子元素,保留当前容器;remov 阅读全文
posted @ 2017-08-07 11:39 任国强 阅读(210) 评论(0) 推荐(0) 编辑
摘要:http://www.kafeitu.me/activiti/2012/03/22/workflow-activiti-action.html 既可以通过每次Spring应用程序启动时,执行部署命令。 也可以采用activiti-explorer手工部署(唯一一点让人不完美的地方,是zip包部署时, 阅读全文
posted @ 2017-08-03 14:36 任国强 阅读(362) 评论(0) 推荐(0) 编辑
摘要:http://befused.com/javascript/get-filename-url Get filename from URL using Javascript This snippet will get the filename from the url. The filename is 阅读全文
posted @ 2017-08-01 17:04 任国强 阅读(781) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示