修改JDK_HOME/jre/lib/security/java.security 增加如下ECDHE jdk.tls.disabledAlgorithms=ECDHE http://stackoverflow.com/questions/6851461/java-why-does-ssl-handshake-give-could-not-generate-dh-keypair-...
分类:
其他好文 时间:
2015-11-16 19:46:56
阅读次数:
158
database-》update model for database》-》系统数据源-》选择用户,选择表,确定...1.database-》change Current DBMS-》选择mssql 20082.database-》Generate database-》确定3.进入mssql 200...
分类:
数据库 时间:
2015-11-15 17:49:09
阅读次数:
227
1 public class ParamTest { 2 3 /** 4 * @param args 5 */ 6 public static void main(String[] args) { 7 // TODO Auto-generate...
分类:
其他好文 时间:
2015-11-15 16:16:02
阅读次数:
131
示例:public String View;//右击View > Source > Generate Getters and Setters... public String view; public String getView() { return view; }...
分类:
系统相关 时间:
2015-11-13 07:49:16
阅读次数:
238
简单分享一下,后台使用nodejs结合highcharts、phantomjs生成报表图片的方法。这主要应用在日报邮件。主要参考以下资料:http://www.highcharts.com/component/content/article/2-news/52-serverside-generate...
分类:
Web程序 时间:
2015-11-12 19:33:01
阅读次数:
283
翻译给定一个括号序列,写一个函数用于生成正确形式的括号组合。
例如,给定n = 3,一个解决方案集是:
"((()))", "(()())", "(())()", "()(())", "()()()"原文Given n pairs of parentheses, write a function to generate all combinations of well-formed parenthe...
分类:
其他好文 时间:
2015-11-11 16:36:53
阅读次数:
262
题目:Givenn, generate all structurally uniqueBST's(binary search trees) that store values 1...n.For example,Givenn= 3, your program should return all 5 ...
分类:
其他好文 时间:
2015-11-11 16:15:52
阅读次数:
183
添加Service Reference, 无法为服务生成代码错误的解决办法我的解决方案是Silverlight+WCF的应用,Done Cretiria定义了需要在做完Service端的代码后首先运行事先定义好的Unit Test,确保在客户端使用Service之前Service是可以正确的运行的。...
分类:
移动开发 时间:
2015-11-10 12:27:05
阅读次数:
316
Givenn, generate all structurally uniqueBST's(binary search trees) that store values 1...n.For example,Givenn= 3, your program should return all 5 uni...
分类:
其他好文 时间:
2015-11-10 07:01:00
阅读次数:
261
1. 2. 其中bootclasspath 后面的参数就是自己android.jar具体位置 location: ${system_path:javah} working Directoy: ${project_loc}/jni Arguments: -d "${project_loc}/jni/"...
分类:
编程语言 时间:
2015-11-09 01:39:18
阅读次数:
188