摘要:
https://blog.sixeyed.com/hadoop-and-net-core-a-match-made-in-docker/
阅读全文
posted @ 2017-02-24 09:33
rgqancy
阅读(417)
推荐(0)
摘要:
兼容参数类型为Number和String
阅读全文
posted @ 2017-02-20 15:51
rgqancy
阅读(731)
推荐(0)
摘要:
问题关键:根据HTML规范,hidden是非ui类元素,不接受用户处理。所以form的 reset并不影响它。 http://stackoverflow.com/questions/6367793/why-does-the-reset-button-on-html-forms-not-reset-h
阅读全文
posted @ 2017-02-20 11:24
rgqancy
阅读(2088)
推荐(0)
摘要:
这是单元测试代码:TESTTITLECASE.sql 这是仿照MyBatis的功能实现:TITLECASE(这个是从Sublime里的Edit的Case下借鉴过来的) 这是一个副产品:单词首字符大写:FIRSTLETTERUPPERCASE.sql
阅读全文
posted @ 2017-02-08 10:23
rgqancy
阅读(915)
推荐(0)
摘要:
Window下执行步骤: D:\apache-tomcat-7.0.57\bin\catalina.bat D:\apache-tomcat-7.0.57\conf\jmxremote.access D:\apache-tomcat-7.0.57\conf\jmxremote.password #
阅读全文
posted @ 2017-02-04 11:04
rgqancy
阅读(632)
推荐(0)
摘要:
/** * Bug绕过去方案WorkAround * Bug描述: * JQuery的Validation的和form的input元素设为readonly,一对不可调和的矛盾: * 一个设置为required的input元素,永久设置为readonly,表单提交时,如果该字段值为空, * Validation功能就不能正常工作;反之,如果不设置readonly,又没法限制用户胡乱粘贴非...
阅读全文
posted @ 2017-01-22 17:52
rgqancy
阅读(264)
推荐(0)
摘要:
ABSTRACT摘要Reliability at massive scale is one of the biggest challenges weface at Amazon.com, one of the largest e-commerce operations inthe world; ev
阅读全文
posted @ 2017-01-20 12:00
rgqancy
阅读(250)
推荐(0)
摘要:
Pick up from http://demojava.iteye.com/blog/800204
阅读全文
posted @ 2017-01-20 11:28
rgqancy
阅读(217)
推荐(0)
摘要:
use notepad++ find:(.*) replace: public static final String \U\1 = "\L\1";// Comment:\U \L转义,U->Upper Case;L->Lower Case. Thanks:http://www.cnblogs.co
阅读全文
posted @ 2017-01-11 18:03
rgqancy
阅读(689)
推荐(0)
摘要:
Visual Studio (box selection 区块选择) ALT 鼠标点选 Eclipse(Toggle Block Selection Mode) Alt+Shift+A 鼠标点选 Notepad++ ALT Column Mode Tip Please use "ALT+Mouse
阅读全文
posted @ 2017-01-11 17:31
rgqancy
阅读(1073)
推荐(0)
摘要:
public Long getCreationCounter() { String host =PropertyUtils.getPropertyValue("redis.server.host"); String port =PropertyUtils.getPropertyValue("redis.server.port"); Stri...
阅读全文
posted @ 2017-01-11 11:32
rgqancy
阅读(1452)
推荐(0)
posted @ 2016-12-29 17:11
rgqancy
阅读(2859)
推荐(0)
摘要:
What is a reasonable order of Java modifiers (abstract, final, public, static, etc.)? http://stackoverflow.com/questions/16731240/what-is-a-reasonable
阅读全文
posted @ 2016-12-22 23:05
rgqancy
阅读(936)
推荐(0)
摘要:
师傅。。。,师傅。。。。,我的金箍棒要快递给东海龙王。。。。孙悟空:前台MM唐僧:快递收件的小哥 相声舞台剧:《21世纪》北京人:我记得曾经有一部比较经典的电视剧《北京人在纽约》,你看过吗?外地人:看过,我记得我看的那个叫《外地人在北京》,讲得是一个农民工讨薪的故事。北京人:打住打住,没法跟你沟通,
阅读全文
posted @ 2016-12-21 16:00
rgqancy
阅读(289)
推荐(0)
摘要:
has_content It is true if the variable exists (and isn't Java null) and is not "empty", otherwise it is false. The meaning of "empty" depends on the c
阅读全文
posted @ 2016-12-21 10:59
rgqancy
阅读(3742)
推荐(0)
摘要:
What Is Apache Hadoop? The Apache™ Hadoop® project develops open-source software for reliable, scalable, distributed computing. Hadoop项目是为了开发可靠、可伸缩的分布
阅读全文
posted @ 2016-12-20 23:23
rgqancy
阅读(230)
推荐(0)
摘要:
前端 1.表单提交方法与格式 <form class="form-horizontal" action="/biz/patent/edit" method="post" enctype="multipart/form-data"> 2.input注意不要写value="" <input type="
阅读全文
posted @ 2016-12-20 17:36
rgqancy
阅读(349)
推荐(0)
posted @ 2016-12-18 22:25
rgqancy
阅读(219)
推荐(0)
摘要:
XMLHttpRequest详解: https://xhr.spec.whatwg.org/
阅读全文
posted @ 2016-12-16 14:06
rgqancy
阅读(378)
推荐(0)
摘要:
http://chuna2.787528.xyz/ningheshutong/p/5828854.html http://www.2cto.com/database/201409/338155.html 总得来说,单个参数不用说,多个参数不是通过具体的Entity就是通过Map。 Q:能不能用逗号隔开传
阅读全文
posted @ 2016-12-15 11:37
rgqancy
阅读(216)
推荐(0)
摘要:
Kitematic下载地址:https://download.docker.com/kitematic/Kitematic-Windows.zip 下载Kitematic,解压后运行,可以登录连接Docker Hub,但是我的Stars貌似没展示(也许是我还没找到)。
阅读全文
posted @ 2016-12-13 12:04
rgqancy
阅读(3077)
推荐(1)
摘要:
预安装条件,可以查阅官方文档,本人是Win10 x64(必要条件)教育版+开启Hyper-V(Feature特性),具体可参考云栖社区的文章: https://yq.aliyun.com/articles/62375?spm=5176.100238.rightba.9.voxsUC 下载地址:htt
阅读全文
posted @ 2016-12-13 10:16
rgqancy
阅读(1773)
推荐(0)
摘要:
Mybatis three entity relation:association in collection PatentMapper.xml LawStateMapper.xml Patent.java private List<LawState> lawStates; LawState.jav
阅读全文
posted @ 2016-12-12 18:05
rgqancy
阅读(2528)
推荐(0)
摘要:
昨天在微信上读到阮老师的讲解字节序的文章 http://www.ruanyifeng.com/blog/2016/11/byte-order.html 阮老师只是表述了:计算机硬件有两种储存数据的方式:大端字节序(big endian)和小端字节序(little endian)。 以前用C++实现电
阅读全文
posted @ 2016-12-10 23:04
rgqancy
阅读(316)
推荐(0)
摘要:
A KeyValuePair in Java Programming & English tuble 元组 pair 对(两)元组 tuple 三元组 dozen 一打(12个)。有12元组吗?呵呵呵。
阅读全文
posted @ 2016-12-09 11:29
rgqancy
阅读(980)
推荐(0)
摘要:
SpringMVC的各种参数绑定方式 http://chuna2.787528.xyz/HD/p/4107674.html springMVC中复杂嵌套对象、List等集合类型数据绑定 http://www.micmiu.com/j2ee/spring/springmvc-view-complex/
阅读全文
posted @ 2016-12-09 10:27
rgqancy
阅读(417)
推荐(0)
摘要:
pick up from http://www.w3school.com.cn/html5/html_5_canvas_vs_svg.asp Canvas 与 SVG 的比较 下表列出了 canvas 与 SVG 之间的一些不同之处。 Canvas 依赖分辨率 不支持事件处理器 弱的文本渲染能力 能
阅读全文
posted @ 2016-12-07 11:15
rgqancy
阅读(186)
推荐(0)
摘要:
以前有一个同事,说自己的Java控制台程序,输出的信息,打印信息以及错误信息,在windows的command line刷屏,想复制下来,想要自输出到日志文件里。 自己写文件太麻烦,他从网上只找到用重定向符号>能把打印信息的输出到文件里,但是错误信息却总是没有,不知道为啥。 经过分析其实是windo
阅读全文
posted @ 2016-12-07 09:37
rgqancy
阅读(1368)
推荐(0)
摘要:
http://learn.jquery.com/using-jquery-core/faq/how-do-i-test-whether-an-element-exists/ http://www.jb51.net/article/49779.htm 通常我们的做法是 复制代码代码如下: if($('
阅读全文
posted @ 2016-12-01 11:45
rgqancy
阅读(603)
推荐(0)
摘要:
1.从大学使用最频繁的编程工具Sybase公司的Power Builder(编程语言其实是叫Power Script)开始说起 Power Builder开发的应用程序,是需要基本的运行时(Runtime)来支持,而我们也从截图中清楚地看到,如果没有基本的PBVM60.dll(凭借我的技术感觉上,这
阅读全文
posted @ 2016-11-27 18:46
rgqancy
阅读(212)
推荐(0)
摘要:
1. HTML Editor是有HTML语法着色的模式(类似于Notepad++里的效果),适用于大的HTML,这样复制剪贴效率较高,且有语法高亮。 2.Web Page Editor图形设计模式,类似于Visual Studio里HTML的图形(UI)设计模式,如果HTML比较大,不停地向其中复制
阅读全文
posted @ 2016-11-24 17:49
rgqancy
阅读(2050)
推荐(0)
摘要:
/** * 从页面中提取特定input的的Value * @param formparams * @param document * @param elementId */ private void addFormHiddenElementValue(List formparams, Document do...
阅读全文
posted @ 2016-11-17 11:49
rgqancy
阅读(935)
推荐(0)
摘要:
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --type=gpu-process --channel="14684.11.1786838608\233766985" --mojo-application-channel-
阅读全文
posted @ 2016-11-11 10:58
rgqancy
阅读(2478)
推荐(0)
摘要:
显示高级设置... 系统 -> 使用硬件加速模式(如果可用) 操作系统如果不支持硬件加速,却启动此项,就悲催了。小伙伴们可别瞎点了,太吃亏。 现象alert/confirm一执行,chrome就卡死(freezes)。
阅读全文
posted @ 2016-11-11 10:25
rgqancy
阅读(466)
推荐(0)
摘要:
How can I disable jquery validation on readonly fields? http://stackoverflow.com/questions/10803294/how-can-i-disable-jquery-validation-on-readonly-fi
阅读全文
posted @ 2016-11-08 15:04
rgqancy
阅读(252)
推荐(0)
摘要:
jQuery <1.9$('#inputId').attr('readonly', true); jQuery 1.9+$('#inputId').prop('readonly', true); Read more about difference between prop and attr
阅读全文
posted @ 2016-11-08 14:44
rgqancy
阅读(245)
推荐(0)
摘要:
org.apache.catalina.core.StandardContext resources Start Error starting static Resources 引发原因:Eclipse自带的Tomcat中,某个 Eclipse关闭,但是Tomcat中此项目没移除,Tomcat启动找
阅读全文
posted @ 2016-11-03 17:23
rgqancy
阅读(1224)
推荐(0)
摘要:
1.Service类未用@Service注解2016-10-26 17:31:36 [org.springframework.web.context.ContextLoader]-[ERROR] Context initialization failedorg.springframework.bea
阅读全文
posted @ 2016-10-26 18:10
rgqancy
阅读(406)
推荐(0)
posted @ 2016-10-19 11:18
rgqancy
阅读(200)
推荐(0)
摘要:
service --status all systemctl list-unit-files
阅读全文
posted @ 2016-10-18 23:30
rgqancy
阅读(155)
推荐(0)