上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 53 下一页
摘要: https://www.javaspecialists.eu/courses/concurrency.jsp http://www.jconcurrent.com/ javaConcurrentAnimated.jar Visualizing the Java Concurrent API,数据可视 阅读全文
posted @ 2017-11-22 11:08 任国强 阅读(280) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/27887568 能画第一张表,根据表描述。 阅读全文
posted @ 2017-11-21 18:02 任国强 阅读(235) 评论(0) 推荐(0) 编辑
摘要: Oracle提供了DataGuard;MySQL提供了Group Replication,简称MGR。 Oracle DataGuard的文章:http://www.cnblogs.com/adolfmc/p/5381737.html MySQL Group Replication的文章:http: 阅读全文
posted @ 2017-11-21 17:42 任国强 阅读(1116) 评论(0) 推荐(0) 编辑
摘要: Apache ActiveMQ 5.8.0 Java 7 support (compiled with jdk6 and validated with jdk7) apache-activemq-5.9.0 在jdk7下不能正常启动 apache-activemq-5.15.2 明确要求最低jdk8 阅读全文
posted @ 2017-11-20 18:08 任国强 阅读(219) 评论(0) 推荐(0) 编辑
摘要: 当开发,测试,生产的数据库环境配置不一致(比如:配置字符集不同)时而导致特殊现象时,可以从Navicat的《工具》-《服务器监控》-《变量》里查找原因。 阅读全文
posted @ 2017-11-15 14:35 任国强 阅读(282) 评论(0) 推荐(0) 编辑
摘要: @RequestMapping(value = "zhiZuoZhuanWen") public String zhiZuoZhuanWen(HttpServletRequest request, String tongzhisbm,String notice, String noticeMailAttach,String noti... 阅读全文
posted @ 2017-11-15 12:32 任国强 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 博客园 worktile?铁甲?天眼查?有一家也实现了。 阅读全文
posted @ 2017-11-15 12:27 任国强 阅读(518) 评论(0) 推荐(0) 编辑
摘要: 用Hyper-V管理器监控管理Docker,看到最新的MobyLinuxVM了。 今天启动Docker,出现内存不足的问题,调节内存配置即可。 阅读全文
posted @ 2017-11-14 10:50 任国强 阅读(1533) 评论(0) 推荐(0) 编辑
摘要: IBM IBM IBM https://www.ibm.com/developerworks/cn/java/j-lo-taskschedule/index.html 写得非常详细,面面俱到,很好。 阅读全文
posted @ 2017-11-10 11:48 任国强 阅读(284) 评论(0) 推荐(0) 编辑
摘要: linux命令head和tail是一对;more和less是一对。 https://www.2cto.com/os/201507/414753.html 一个头,一个尾。 tail http://www.cnblogs.com/ruily/archive/2010/06/30/1768186.htm 阅读全文
posted @ 2017-11-10 11:20 任国强 阅读(311) 评论(0) 推荐(0) 编辑
摘要: https://community.alfresco.com/thread/225041-exception-while-invoking-tasklistener-null Ok, so the problem is quite easy: in 5.9 (and other versions) 阅读全文
posted @ 2017-11-08 10:14 任国强 阅读(7999) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/kxdblog/p/4042331.html https://wenku.baidu.com/view/97524e0f844769eae009ed80.html http://blog.csdn.net/lwei_998/article/details 阅读全文
posted @ 2017-11-06 14:13 任国强 阅读(307) 评论(0) 推荐(0) 编辑
摘要: 现象:WIN10 Education Editon不能访问SMB V1.5的NAS服务器的共享文件夹。 一篇WIN与SMB相关的经验帖:https://jingyan.baidu.com/article/c33e3f48f57423ea15cbb507.html WIN10 Home Edition 阅读全文
posted @ 2017-11-02 18:39 任国强 阅读(2040) 评论(0) 推荐(0) 编辑
摘要: 当Eclipse的Debug,Console(简称工具条)页面被误操作到占据整行时,通过点击工具条的非选项卡部分,然后向代码区域拖动,即可得恢复非单独行模式。 阅读全文
posted @ 2017-09-29 09:34 任国强 阅读(269) 评论(0) 推荐(0) 编辑
摘要: 负载均衡的用途,路由等: 硬件方式:F5的负载均衡设备(张善友的以此起头,C#编写,ASP.NET Session State Partitioning using State Server Load Balancing)ASP.NET记录会话状态,采用负载均衡算法来分区存储状态数据。 软件方式:I 阅读全文
posted @ 2017-09-19 10:00 任国强 阅读(306) 评论(0) 推荐(0) 编辑
摘要: https://blogs.technet.microsoft.com/josebda/2013/10/02/windows-server-2012-r2-which-version-of-the-smb-protocol-smb-1-0-smb-2-0-smb-2-1-smb-3-0-or-smb 阅读全文
posted @ 2017-09-15 14:04 任国强 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 绝对路径 /xxx/xxx/something.sh /xxx/xxx/executable 相对路径 ./something.sh ./executable 注意:前边得加./,可不是像windows(dos)下那样直接输入: something.bat(cmd) executable.exe(c 阅读全文
posted @ 2017-09-15 13:41 任国强 阅读(4976) 评论(0) 推荐(0) 编辑
摘要: https://dev.mysql.com/doc/refman/5.6/en/index-btree-hash.html 译文:http://itindex.net/detail/54241-tree-索引-hash https://stackoverflow.com/questions/1687 阅读全文
posted @ 2017-09-14 16:33 任国强 阅读(239) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/linghao00/article/details/8768435 阅读全文
posted @ 2017-09-14 15:13 任国强 阅读(1065) 评论(0) 推荐(0) 编辑
摘要: https://dev.mysql.com/doc/refman/5.6/en/innodb-row-format-antelope.html https://docs.oracle.com/cd/E17952_01/mysql-5.5-en/innodb-row-format-antelope.h 阅读全文
posted @ 2017-09-06 18:30 任国强 阅读(2632) 评论(0) 推荐(0) 编辑
摘要: MPI模型,各种编程语言的库挺多。 BSP模型,刚才知道。 阅读全文
posted @ 2017-09-06 13:40 任国强 阅读(324) 评论(0) 推荐(0) 编辑
摘要: windows 10 rs3 release enable SMBv1 windows 10 rs3 release file sharing https://support.microsoft.com/en-us/help/4034314/smbv1-is-not-installed-by-def 阅读全文
posted @ 2017-09-05 13:49 任国强 阅读(423) 评论(0) 推荐(0) 编辑
摘要: http://www.jb51.net/article/101576.htm http://www.myhack58.com/Article/48/66/2013/37314.htm http://www.cnblogs.com/rockee/archive/2012/05/17/2506671.h 阅读全文
posted @ 2017-09-05 10:07 任国强 阅读(237) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/baihuitestsoftware/articles/4223552.html 因为试用Windows10教育版下的Docker打开过Hyper-V,虽然在特性(Feature)中关掉了Hyper-V的全部选项,但是Hyper-V的网卡驱动却没卸载。导 阅读全文
posted @ 2017-09-04 18:23 任国强 阅读(3717) 评论(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 任国强 阅读(928) 评论(0) 推荐(0) 编辑
摘要: https://zhidao.baidu.com/question/535593443.html 意思就是说,VM上使用的是虚拟的网卡,也就是说VM虚拟机上的网卡不是真实存在的,而桥接还有其他的网路链接方式,都是必须存在网卡的。复制物理网卡连接状态,就是说把你指定的、本机的、真是网卡的状态信息复制给 阅读全文
posted @ 2017-09-01 08:57 任国强 阅读(2014) 评论(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 任国强 阅读(493) 评论(0) 推荐(0) 编辑
摘要: http://mp.weixin.qq.com/s/scY2sMrmcRxWOn441D-_cQ 比起普通的随机分配方法,更上一个台阶。 阅读全文
posted @ 2017-08-29 09:25 任国强 阅读(143) 评论(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 任国强 阅读(618) 评论(0) 推荐(0) 编辑
摘要: http://mopishv0.blog.163.com/blog/static/5445593220101016102129741/ 阅读全文
posted @ 2017-08-25 15:55 任国强 阅读(1205) 评论(0) 推荐(0) 编辑
摘要: Selenium vs TestStudio,不知道差异在哪里? Selenium Grid vs F2Test,后者更优。 用Selenium + FireFox做了一个单机抓图,想要扩展成集群的话,感觉用F2Test比较爽。 阅读全文
posted @ 2017-08-24 17:40 任国强 阅读(332) 评论(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 任国强 阅读(401) 评论(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 任国强 阅读(1467) 评论(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 任国强 阅读(354) 评论(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 任国强 阅读(217) 评论(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 任国强 阅读(357) 评论(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 任国强 阅读(271) 评论(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 任国强 阅读(778) 评论(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 任国强 阅读(1585) 评论(0) 推荐(0) 编辑
上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 53 下一页