一、PowerDesigner生成sql问题 生成sql的方法是 Database -->Generate Database (Ctrl + G ) 但是提示 Could not load VBScript engine. Check VBScript installation. Generatio ...
分类:
数据库 时间:
2016-05-09 09:53:27
阅读次数:
292
For example we want to generate the code like this: So it is three div, has a id called tab1,2,3 and a class tab. inside the div, has h1 with the cont ...
分类:
Web程序 时间:
2016-05-07 18:15:25
阅读次数:
162
1. pre-installed certificate authorities 2. ssl/tls encription ssl/tls handshake flow: 1. exchange digital certificate 2. generate shared secret key: ...
分类:
Web程序 时间:
2016-05-06 10:50:15
阅读次数:
237
项目开发完成后,如果要分发到Google play或者各个第三方渠道,签名打包是必不可少的,下面详细介绍整个签名打包过程,及如何查看签名。 1.创建签名文件 选择要打包的项目-点击Build-在弹出的菜单中选择Generate Signed APK... 2.选择打包的模块 选择要打包的Module ...
分类:
移动开发 时间:
2016-05-05 17:15:51
阅读次数:
307
18.3 Write a method to randomly generate a set of m integers from an array of size n. Each element must have equal probability of being chosen. 这道题让我们 ...
分类:
其他好文 时间:
2016-05-04 01:21:12
阅读次数:
203
大体步骤:配置npm,在github中增加自己的sshkey。 多sshkey的话在用户主目录的.ssh中要配置好。 删除仓库里面 source/_posts/我的文章.md 执行下面命令更新博客 hexo g == hexo generate#生成hexo s == hexo server #启动 ...
分类:
其他好文 时间:
2016-05-03 23:34:39
阅读次数:
143
Given n, generate all structurally unique BST's (binary search trees) that store values 1...n. For example,Given n = 3, your program should return all ...
分类:
其他好文 时间:
2016-05-03 21:54:13
阅读次数:
149
转:http://www.7down.net/article/86528.html 1.在安装了TortoiseGit的目标客户机上,如图运行TortoiseGit软件包中的Puttygen程序 2.打开PuTTY Key Generator应用后,点击应用对话框中“Generate”按钮. 3.接 ...
分类:
其他好文 时间:
2016-05-03 12:26:37
阅读次数:
160
118. Given numRows, generate the first numRows of Pascal's triangle. For example, given numRows = 5,Return 119. Given an index k, return the kth row o ...
分类:
其他好文 时间:
2016-05-01 11:03:08
阅读次数:
184
Spark学习四:网站日志分析案例标签(空格分隔): SparkSpark学习四网站日志分析案例
一创建maven工程
二创建模板
三日志分析案例
一,创建maven工程1,执行maven命令创建工程mvn archetype:generate -DarchetypeGroupId=org.scala-tools.archetypes -DarchetypeArtifactId=scala-arch...
分类:
Web程序 时间:
2016-05-01 01:13:42
阅读次数:
459