上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 35 下一页

2017年11月2日

摘要: 安装环境需求: 自从昨天安装了mysql 5.7,发现了一个问题,mysql5.6起,已经不支持2003系统了,如果安装了无法开启服务而且会出现在 本地计算机 无法启动 MySQL57 服务。错误 193: 0xc1,那就是版本不兼容,提示mysqld.exe不是正确的32位程序。 昨天整理的一篇m 阅读全文
posted @ 2017-11-02 17:34 sunny_2016 阅读(827) 评论(0) 推荐(0)

2017年10月30日

摘要: http://blog.csdn.net/deepxl/article/details/18773395 阅读全文
posted @ 2017-10-30 16:55 sunny_2016 阅读(477) 评论(0) 推荐(0)

2017年10月27日

摘要: package ceshi.com.job; import java.util.ArrayList; import java.util.Arrays; import java.util.List; public class EqualTest { /** * @param args */ public static void main(String[] ... 阅读全文
posted @ 2017-10-27 13:02 sunny_2016 阅读(359) 评论(0) 推荐(0)

2017年10月25日

摘要: #coding:utf-8kw = input(u"请输入您要搜索的关键字:")#openAPP('‪C:\Users\ceshi\AppData\Local\Google\Chrome\Application\chrome.exe')doubleClick("asm.png")wait("fEDi 阅读全文
posted @ 2017-10-25 13:15 sunny_2016 阅读(129) 评论(0) 推荐(0)

2017年10月24日

摘要: hover("fiE.png")for x in range(99): type('p',KEY_CTRL) wait("HEIHEUULEWW5.png") click("iiik.png") sleep(2) 阅读全文
posted @ 2017-10-24 14:05 sunny_2016 阅读(539) 评论(0) 推荐(0)

2017年10月21日

摘要: http://simonhu.blog.51cto.com/196416/1588971 阅读全文
posted @ 2017-10-21 13:34 sunny_2016 阅读(85) 评论(0) 推荐(0)

2017年10月19日

摘要: boot2docker 搭建完美的开发环境 目标:在windows下使用boot2docker 众所周知,docker容器技术是现在最火话题,作为一个程序员,如何才能更好使用这些先进的技术我的开发带来方便呢? 那么boot2docker是我独一无二的选择。boot2docker是基于 Tiny Co 阅读全文
posted @ 2017-10-19 13:44 sunny_2016 阅读(103) 评论(0) 推荐(0)

2017年10月14日

该文被密码保护。 阅读全文
posted @ 2017-10-14 13:12 sunny_2016 阅读(0) 评论(0) 推荐(0)

2017年9月27日

摘要: pip安装指定版本的程序的命令 pip install -i https://pypi.douban.com/simple/ django==1.10.3 或者 pip install django==1.10.3 或者 pip3 install django==1.10.3 或者 python3 阅读全文
posted @ 2017-09-27 11:06 sunny_2016 阅读(683) 评论(0) 推荐(0)

2017年9月22日

摘要: C:\Users\ceshi>mysql -u root -pEnter password: ******Welcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id is 3Server versi 阅读全文
posted @ 2017-09-22 14:08 sunny_2016 阅读(619) 评论(0) 推荐(0)
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 35 下一页

导航