在桌面上,新建文件,命名为:idea.desktop? 使用 vim 编辑该文件,输入内容如下: [Desktop Entry]
Name=IdeaIU
Comment=Rayn-IDEA-IU
Exec=/home/rayn/idea/bin/idea.sh
Icon=/home/rayn/idea/bin/idea.png
Te...
分类:
系统相关 时间:
2015-06-01 17:00:16
阅读次数:
322
背景:由于对JavaScript字符串拼接JavaScript变量产生了反感,也想用用JavaScript模板库,看了几个,由于时间原因选择了jQuery.tmpl.js,因为Visual Studio 对其的语法高亮支持。0. 下载 jQuery templates pluginjQuery Te...
分类:
编程语言 时间:
2015-06-01 13:13:52
阅读次数:
156
题解:暴力所有点,直到不存在可以0变1的点。#include
#include
const int N = 505;
int n, m, k, g[N][N], temp[N][N], vis[N][N];bool judge(int x, int y) {
if (x - 1 >= 0 && y - 1 >= 0) {
if (te...
分类:
其他好文 时间:
2015-05-31 23:20:17
阅读次数:
156
申明:文章中部分内容有涉及官方帮助或者网上资源整合,如有违权,请速与作者联系,谢谢!作者:316191099@qq.com培训:SkypeforBusinessServer2015-项目实战-培训-QQ群:65235615。(学员群,非所有人员都加。)InstallSkypeforBusinessServeronserversinthetopologyhttps://te..
分类:
其他好文 时间:
2015-05-31 18:37:19
阅读次数:
170
浏览器端 带杠的 一开始浏览器的地址http://localhost:8080/example/index.jsp 如果写成 点击进入servlet 带杠的,就是绝对路径,从http://localhost:8080/ 开始记录也就是 http://localhost:8080/servlet/Te...
分类:
Web程序 时间:
2015-05-29 18:02:34
阅读次数:
154
行为驱动开发之四,为自动化测试(运行Cucumber)提速:http://www.cnblogs.com/jarodzz/archive/2011/09/04/2163222.html CUCUMBER TUTORIAL:http://www.toolsqa.com/cucumber/first-cucumber-selenium-java-te...
分类:
其他好文 时间:
2015-05-28 23:20:44
阅读次数:
422
a标签去掉下划线a{text-decoration:none;}或者把这个属性分别加到a标签下,a:link{text-decoration:none;}a:visited{text-decoration:none;}a:hover{text-decoration:none;}a:active{te...
分类:
Web程序 时间:
2015-05-24 11:22:12
阅读次数:
113
1. Install c/c++ compilation package.2. install openGL and freeGlut librarysudo apt-get install mesa-common-devsudo apt-get install freeglut3-dev3. te...
分类:
系统相关 时间:
2015-05-19 18:55:27
阅读次数:
207
网址来源:http://keleyi.com/a/bjac/n1j9gb06.htm#divId_keleyi_com {width: 200px;height: 40px; /*div的高度*/line-height:40px; /*/这个数值要和height高度相等,才能控制文字上下居中*/te...
分类:
Web程序 时间:
2015-05-19 18:48:56
阅读次数:
211
html5提供了很多存储的功能,诸如localStorage,sessionStorage,indexedDB,还有离线缓存等,本次主要介绍离线缓存跟本地存储。离线缓存使用离线存储可以缓存部分文件在本地,当网络断开的时候还可以照常使用,这个需要一个配置文件,一般这么写: 然后你需要在你的文件te.....
分类:
Web程序 时间:
2015-05-19 18:17:34
阅读次数:
308