这个网址下载之后,双击下载的deb文件http://mirrors.sohu.com/deepin/pool/non-free/f/fcitx-sogoupinyin-release/ 就会在ubuntu软件中心打开,点击安装。 安装fcitx http://jingyan.baidu.com/ar ...
分类:
系统相关 时间:
2016-10-29 22:04:39
阅读次数:
247
For security consideration, mySQL does NOT allow remote access by default. You might see err: Can't connect to MySQL server on 'xx.xx.xx.xx'(10061) Pl ...
分类:
数据库 时间:
2016-10-29 11:43:17
阅读次数:
247
前面我们已经创建了TeamCity Server 和一个 Agent,接下来我们为一个.net core 控制台程序配置自动化的编译。 创建 .net core 项目 我们在本地创建一个简单的 .net core demo程序 hello (这里假设您已经安装了.net core 的 SDK): 如 ...
分类:
其他好文 时间:
2016-10-29 11:31:39
阅读次数:
194
123. Best Time to Buy and Sell Stock III Say you have an array for which the ith element is the price of a given stock on day i. Design an algorithm t ...
分类:
其他好文 时间:
2016-10-29 01:58:27
阅读次数:
218
1.字符串加密 设计思想: 每个字符都能够转化为整数型,也能将整数型转化为字符类型,这样我们在加密时候由于向后推3个,所以可以将字符转换为整形,然后加3,之后在将运算完的变量转化为字符后输出,就可以实现字符串加密。 程序流程图: 输入字符串-》将字符串分解为字符-》字符转换为整形-》整形加3-》转化 ...
分类:
编程语言 时间:
2016-10-28 20:37:34
阅读次数:
170
1、软件准备: JDK下载:http://www.oracle.comTomcat下载:http://tomcat.apache.org/ 2、部署java环境: mkdir -p /application/tools/ && cd /application/tools/ tar xf jdk-8u ...
分类:
编程语言 时间:
2016-10-26 19:51:08
阅读次数:
280
如果你是SVN来管理代码,如果你是用eclipse搞开发,如果你知道eclipse有SVN的插件,那么你一定想用它来直接管理你的代码。但是事情往往非人所愿。当我们用SVN客户端把代码更新到本地,并导入到eclipse之后,却发现我们的SVN插件并没有起作用(没有代码入库、修改等小图标的显示,也没有c ...
分类:
系统相关 时间:
2016-10-22 23:49:06
阅读次数:
317
在网上学习了一些材料。 这一篇:https://www.zhihu.com/question/30527705 另外Redis作者描述的使用跳表的原因: 上面文章中有一些英文缩写,整理如下: 红黑树与B(+)树工程实现的比较: 从各自特点特征角度,分析各种数据结构的应用场景: 红黑树的介绍可以看这两 ...
分类:
其他好文 时间:
2016-10-22 18:12:43
阅读次数:
891
1、 test_login (login.Login) ... ERRORWebDriverException: Message: 'IEDriver executable needs to be available in the path. Please download from http:// ...
分类:
编程语言 时间:
2016-10-22 00:24:43
阅读次数:
221
在eclipse中使用mvn进行spring开发时,修改pom.xml后提示如下信息: 在stackoverflow查了下发现在pom.xml添加如下仓库即可 ...
分类:
编程语言 时间:
2016-10-21 10:53:03
阅读次数:
473