Part 1: Cabling(Straight through VS Crossover) The primary interface is typically used for managemnt purposes, datastore synchronization(if possible), ...
分类:
移动开发 时间:
2016-08-07 00:42:13
阅读次数:
222
转自: http://andrewsturges.com/blog/jekyll/tutorial/2014/11/06/github-and-godaddy.html I own a custom domain through GoDaddy.com that I want to use for ...
分类:
其他好文 时间:
2016-08-05 15:43:10
阅读次数:
152
通过Setup Factory写的代码大概有1700行,所以就不整理了。思路如下: 静默安装都是通过去Microsoft 和Esri的官网找到静默安装的命令,然后File.Run(...)或者Shell.Execute(...)一下;静默卸载就是搜素注册表,调用微软的卸载命令即可。 1、NET Fr ...
分类:
数据库 时间:
2016-08-05 13:58:36
阅读次数:
153
How does the world look through your eyes? 你眼中的世界是什么样的呢? This morning I saw a girl that is just the type I love. Glancing on her face, and I suddenly ...
分类:
其他好文 时间:
2016-08-05 10:12:10
阅读次数:
109
A Walk Through the Forest Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 7733 Accepted Submissio ...
分类:
其他好文 时间:
2016-07-31 19:09:56
阅读次数:
143
ps -A | grep -i mysql kill 列出来的进程 service mysql start 我的问题就解决了 Fedora8启动mysql 报错:ERROR 2002 (HY000): Can’t connect to local MySQL server through socke ...
分类:
数据库 时间:
2016-07-30 22:31:18
阅读次数:
173
一、字体标签 1.text-indent:首行缩进 2.text-decoration:文本修饰(text-decoration:none;除去文字的下划线;text-decoration:line-through;文字上加删除线) 3.letter-spacing:字母间距 4.word-spac ...
分类:
其他好文 时间:
2016-07-30 18:30:06
阅读次数:
130
1、创建/修改文件/etc/my.cnf,至少增加/修改一行[mysql]
[client]
socket=/tmp/mysql.sock#在这里写上你的mysql.sock的正确位置,通常不是在/tmp/下就是在/var/lib/mysql/下2、指定IP地址,使用tcp方式连接mysql,而不使用本地sock方式#mysql-h127.0.0.1-uuser-ppassword3、为..
分类:
数据库 时间:
2016-07-30 06:59:21
阅读次数:
234
I was going through the Coursera "Machine Learning" course, and in the section on multivariate linear regression something caught my eye. Andrew Ng pr ...
分类:
其他好文 时间:
2016-07-29 18:38:12
阅读次数:
200
在mac下使用brew安装mysql,之前没有使用过,今天启动的时候发现启动不了 查看mysql的安装位置: 说明mysql还是安装过的 有可能是mysql服务没有启动 哈哈,mysql服务启动了,好开心呀! 接下来要试试能否进入mysql了 这个提示应该很明显了吧,权限问题,mysql下没有hui ...
分类:
数据库 时间:
2016-07-25 12:58:52
阅读次数:
332