上一页 1 ··· 45 46 47 48 49 50 51 52 53 ··· 57 下一页
摘要: http://www.cnblogs.com/baihuitestsoftware/articles/4223552.html 因为试用Windows10教育版下的Docker打开过Hyper-V,虽然在特性(Feature)中关掉了Hyper-V的全部选项,但是Hyper-V的网卡驱动却没卸载。导 阅读全文
posted @ 2017-09-04 18:23 rgqancy 阅读(3922) 评论(0) 推荐(0)
摘要: java -jar selenium-server-standalone-2.53.1.jar -role hub explorer http://192.168.1.173:4444/grid/console nautilus http://192.168.1.173:4444/grid/console java -jar selenium-server-standalone-2.53.1.... 阅读全文
posted @ 2017-09-01 09:29 rgqancy 阅读(951) 评论(0) 推荐(0)
摘要: https://zhidao.baidu.com/question/535593443.html 意思就是说,VM上使用的是虚拟的网卡,也就是说VM虚拟机上的网卡不是真实存在的,而桥接还有其他的网路链接方式,都是必须存在网卡的。复制物理网卡连接状态,就是说把你指定的、本机的、真是网卡的状态信息复制给 阅读全文
posted @ 2017-09-01 08:57 rgqancy 阅读(2228) 评论(0) 推荐(0)
摘要: #!set uuidtmp = uuid.tmp #!uuidgen > $uuidtmp #!set uuid=<$uuidtmp #!rm $uuidtmp #!echo $uuid #!currentdir=`pwd` #!echo $currentdir uuid=`uuidgen` echo ${uuid} echo $uuid.png #!echo ${uuid}.png #!ech... 阅读全文
posted @ 2017-08-31 15:59 rgqancy 阅读(515) 评论(0) 推荐(0)
摘要: http://mp.weixin.qq.com/s/scY2sMrmcRxWOn441D-_cQ 比起普通的随机分配方法,更上一个台阶。 阅读全文
posted @ 2017-08-29 09:25 rgqancy 阅读(160) 评论(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 rgqancy 阅读(645) 评论(0) 推荐(0)
摘要: http://mopishv0.blog.163.com/blog/static/5445593220101016102129741/ 阅读全文
posted @ 2017-08-25 15:55 rgqancy 阅读(1230) 评论(0) 推荐(0)
摘要: Selenium vs TestStudio,不知道差异在哪里? Selenium Grid vs F2Test,后者更优。 用Selenium + FireFox做了一个单机抓图,想要扩展成集群的话,感觉用F2Test比较爽。 阅读全文
posted @ 2017-08-24 17:40 rgqancy 阅读(367) 评论(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 rgqancy 阅读(439) 评论(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 rgqancy 阅读(1512) 评论(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 rgqancy 阅读(376) 评论(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 rgqancy 阅读(242) 评论(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 rgqancy 阅读(376) 评论(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 rgqancy 阅读(189) 评论(0) 推荐(0)
摘要: 由Word导出为PDF,导致java.lang.OutOfMemoryError: PermGen space 永生代空间不足,导致内存溢出,用jvisualvm监控了一下,永生代默认值80~90M,没执行此方法前,都快占满了。 解决办法:提高永生代内存配置值 采用了一丢丢。哈哈 参考文章: htt 阅读全文
posted @ 2017-08-16 11:01 rgqancy 阅读(304) 评论(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 rgqancy 阅读(884) 评论(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 rgqancy 阅读(1632) 评论(0) 推荐(0)
摘要: Linux tail 命令详解 http://www.2cto.com/os/201111/110143.html 阅读全文
posted @ 2017-08-09 17:43 rgqancy 阅读(574) 评论(0) 推荐(0)
摘要: XSHELL下直接下载文件到本地(Windows) http://www.cnblogs.com/davytitan/p/3966606.html 阅读全文
posted @ 2017-08-09 17:41 rgqancy 阅读(412) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/joyhen/article/details/43271569 js 单引号替换成双引号,双引号替换成单引号 操作 解决问题的场景: Java端生成了JSON串,用FreeMarker翻译到input的value值里边,而value=之后用的双引号(当然用单 阅读全文
posted @ 2017-08-09 16:53 rgqancy 阅读(348) 评论(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 rgqancy 阅读(783) 评论(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 rgqancy 阅读(230) 评论(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 rgqancy 阅读(252) 评论(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 rgqancy 阅读(236) 评论(0) 推荐(0)
摘要: http://www.kafeitu.me/activiti/2012/03/22/workflow-activiti-action.html 既可以通过每次Spring应用程序启动时,执行部署命令。 也可以采用activiti-explorer手工部署(唯一一点让人不完美的地方,是zip包部署时, 阅读全文
posted @ 2017-08-03 14:36 rgqancy 阅读(383) 评论(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 rgqancy 阅读(809) 评论(0) 推荐(0)
摘要: http://ckeditor.com/ 这是老大哥 http://kindeditor.org/ 这是新秀 http://htmleditor.in/firefox-html-editor.html 未知数 一堆的相关UBB工具(长的,短的,高的,矮的,胖的,瘦的,还有。。。) http://ww 阅读全文
posted @ 2017-07-31 16:47 rgqancy 阅读(814) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/624581/what-is-the-best-java-email-address-validation-method https://crunchify.com/how-to-validate-email-address-u 阅读全文
posted @ 2017-07-31 16:12 rgqancy 阅读(231) 评论(0) 推荐(0)
摘要: 要在服务器端基于HTML,拼接邮件内容,原来用户使用outlook采用了邮件签名,签名里含有公司Logo的图片,Outlook的msg文件里是专有的cid:xxxx,这里借用Data URI scheme,把图片嵌入HTML片段里。 http://www.cnblogs.com/XL-Liang/a 阅读全文
posted @ 2017-07-31 10:13 rgqancy 阅读(272) 评论(0) 推荐(0)
摘要: private Map<String, Object> variables; <input type="hidden" id="tongzhisbm" value="<#list allBusiness.variables?keys as key><#if key == 'tongzhisbm'>$ 阅读全文
posted @ 2017-07-26 18:19 rgqancy 阅读(274) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/angus_17/article/details/7543478 http://bbs.csdn.net/topics/390175654 https://www.zhihu.com/question/39356740 http://www.cnblogs. 阅读全文
posted @ 2017-07-26 16:43 rgqancy 阅读(238) 评论(0) 推荐(0)
摘要: mysql的group_concat对应oracle的wm_concat http://bey2nd.blog.163.com/blog/static/12063183120124313360964/ 阅读全文
posted @ 2017-07-21 18:31 rgqancy 阅读(1676) 评论(0) 推荐(0)
摘要: http://www.open-open.com/06.htm http://www.oracle.com/technetwork/java/javamail/third-party-136965.html https://wordpress.org/plugins/wp-email/ 阅读全文
posted @ 2017-07-18 11:02 rgqancy 阅读(243) 评论(0) 推荐(0)
摘要: https://community.alfresco.com/thread/221280-business-key-in-a-call-activity 这个帖子有一些讨论和回复。 https://community.alfresco.com/thread/218788-call-activity- 阅读全文
posted @ 2017-07-17 16:08 rgqancy 阅读(1043) 评论(0) 推荐(0)
摘要: https://www.activiti.org/userguide/#bpmnCallActivity http://www.flowable.org/docs/userguide/index.html#bpmnCallActivity https://docs.camunda.org/manua 阅读全文
posted @ 2017-07-14 14:36 rgqancy 阅读(640) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/16047306/how-is-docker-different-from-a-normal-virtual-machine 被某个人问住了,说明自己并没有深入想这些问题。 阅读全文
posted @ 2017-07-14 11:28 rgqancy 阅读(231) 评论(0) 推荐(0)
摘要: https://tkjohn.github.io/activiti-userguide/ 阅读全文
posted @ 2017-07-13 09:23 rgqancy 阅读(499) 评论(0) 推荐(0)
摘要: 以前使用MyEclipse都是使用的此手法,项目就可以支持Spring,Mybatis,Hibernate的各种特性效果(xml文件语法格式校验,自动关联相关的设计器等)。 阅读全文
posted @ 2017-07-12 09:47 rgqancy 阅读(269) 评论(0) 推荐(0)
摘要: //早先胡乱尝试的其他方法,可能对于以后深入学习Activiti有些用处。 //taskService.delegateTask(taskId, receiveUserId); //taskService.addCandidateUser(taskId, receiveUserId); //task 阅读全文
posted @ 2017-07-07 15:32 rgqancy 阅读(478) 评论(0) 推荐(0)
摘要: ArrayList先new10个,然后在动态扩容。 Arrays.copyOf(elementData, size); System.arraycopy(elementData, 0, a, 0, size); 阅读全文
posted @ 2017-07-04 09:50 rgqancy 阅读(181) 评论(0) 推荐(0)
上一页 1 ··· 45 46 47 48 49 50 51 52 53 ··· 57 下一页