posted @ 2014-07-12 09:07 南岗V哥 阅读(240) 评论(0) 推荐(0)
摘要:
查询某个表或者所有表的字段说明SELECT [Table Name] = OBJECT_NAME(c.object_id), [Column Name] = c.name, [Description] = ex.valueFROM sys.columns cLEFT OUTER JOIN sys.e... 阅读全文
摘要:
RTsudo apt-get install ia32-libs 阅读全文
posted @ 2014-07-01 15:40 南岗V哥 阅读(192) 评论(0) 推荐(0)
摘要:
解决方法:1. 右键点击工程,选择 "Properties"2. 选择左边的 "Java Build Path"3. 打开 "Source" 标签面板4. 点击 "Add Folder..."5. 勾选 "gen" 文件夹,点击OK,点击YES,再点击OK6. 最后右键点击工程,选择 "Andrio... 阅读全文
posted @ 2014-06-17 16:35 南岗V哥 阅读(142) 评论(0) 推荐(0)
摘要:
show variables like '%data%'; 阅读全文
posted @ 2014-04-18 09:19 南岗V哥 阅读(473) 评论(0) 推荐(0)
摘要:
find /home/kevin/test -name cc.txt -exec rm -f {} \; 阅读全文
posted @ 2014-03-22 23:35 南岗V哥 阅读(120) 评论(0) 推荐(0)
摘要:
Task: Start Apache 2 Server /启动apache服务# /etc/init.d/apache2 startor$ sudo /etc/init.d/apache2 startTask: Restart Apache 2 Server /重启apache服务# /etc/init.d/apache2 restartor$ sudo /etc/init.d/apache2 restartTask: Stop Apache 2 Server /停止apache服务# /etc/init.d/apache2 stopor$ sudo /etc/init.d/apache2 s 阅读全文
posted @ 2014-03-06 01:27 南岗V哥 阅读(245) 评论(0) 推荐(0)
摘要:
指定 ubuntu server ip,一共就两步。■编辑配置文件sudovi /etc/network/interfaces ■重启网络配置sudo/etc/init.d/networking restart /etc/network/interfaces配置示例,注意需要将DNS同时设置在此处# This file describes the network interfaces available on yoursystem# and how to activate them. For more information, seeinterfaces(5).# The loopback n 阅读全文
posted @ 2014-03-02 11:44 南岗V哥 阅读(363) 评论(0) 推荐(1)
摘要:
^ 行头$ 行尾yy复制一行,p粘贴整页翻页 ctrl-f ctrl-b f 就是forword b就是backward 阅读全文
posted @ 2014-02-27 23:06 南岗V哥 阅读(130) 评论(0) 推荐(0)
摘要:
sudo service network-manager stopsudo rm /var/lib/NetworkManager/NetworkManager.statesudo service network-manager start 阅读全文
posted @ 2014-02-24 20:21 南岗V哥 阅读(467) 评论(0) 推荐(0)
浙公网安备 33010602011771号