前言 因为今日14安装一插件崩溃,现安装了15。 版本:ideaIU-15.0.2 安装参考说明书 http://wiki.jikexueyuan.com/project/intellij-idea-tutorial/keymap-introduce.html 安装重要节点 一、只勾选Create
分类:
其他好文 时间:
2016-02-24 20:56:26
阅读次数:
188
一,Introduce Extract DAC 是从现存的DB中创建DAC,抽取DB Object的definition 和 与之相关的实例级别的元素,比如Login,以及Login 和User之间的关系。 The extraction process creates a DAC package f
分类:
数据库 时间:
2016-01-31 17:19:08
阅读次数:
343
1、Extract Method(提炼函数)2、Inline Method(内联函数)3、Inline Temp(内联临时变量)4、Replace Temp with Query(以查询取代临时变量)5、Introduce Explaining Variable(引入解释性变量)6、Split Te...
分类:
其他好文 时间:
2016-01-27 14:38:49
阅读次数:
189
Linker:http://blog.csdn.net/ztz0223/article/details/7614091Hyperlink before introduce the basical ODBCbetween VS2008 C++ project and Mysql datasource....
分类:
数据库 时间:
2016-01-22 21:18:44
阅读次数:
167
本文主要讲解golang中import关键字的用法import( "fmt")//然后在代码里面可以通过如下的方式调用fmt.Println("hello world")上面这个fmt是Go语言的标准库,他其实是去GOROOT下去加载该模块,当然Go的import还支持如下两种方式来加载自己写的模块...
分类:
其他好文 时间:
2016-01-20 00:59:02
阅读次数:
207
提炼函数(extract method)内联函数(inline method)内联临时变量(inline temp)以查询取代临时变量(replace temp with query)引入解释性变量(introduce explaining variable)分解临时变量(split tempora...
分类:
其他好文 时间:
2015-12-16 12:20:14
阅读次数:
153
首先建立一个conn.php的文件用来链接数据库php 批量生成html生成成功".""; } /* 释放资源 */ mysql_free_result($result); mysql_close($link);?> template.html文件内容:{title}{introduce}php 批...
分类:
Web程序 时间:
2015-11-28 21:24:25
阅读次数:
176
1. Use or create a database:use wandRecorderYou will use keyword to create or fetch a exicting database.2. Find all documents in the database.db.wands...
分类:
数据库 时间:
2015-11-16 00:43:34
阅读次数:
185
函数的定义及调用func开头作为前缀,->返回的类型add输出结果是11函数参数也可以有多个参数,写在括号里用逗号隔开。1 func introduce(name: String,age: Int) -> String2 {3 return "\(name),I'm \(age) year ...
分类:
编程语言 时间:
2015-11-10 12:17:42
阅读次数:
274
1.在启动ie浏览器前先加入属性设置一项:DesiredCapabilities ie = DesiredCapabilities.internetExplorer();ie.setCapability(InternetExplorerDriver.INTRODUCE_FLAKINESS_BY_IG...
分类:
其他好文 时间:
2015-11-08 14:55:33
阅读次数:
376