About ln ln creates links between files. Description ln creates a link to file TARGET with the name LINKNAME. If LINKNAME is omitted, a link to TARGET ...
分类:
系统相关 时间:
2016-12-25 13:47:20
阅读次数:
408
1:下载repo文件 wget http://mirrors.163.com/.help/CentOS6-Base-163.repo 2:备份并替换系统的repo文件 [root@localhost ~]# cd /etc/yum.repos.d/ [root@localhost ~]# mv Ce ...
分类:
其他好文 时间:
2016-12-25 09:37:28
阅读次数:
211
1.查看防火墙状态:service iptables status 2.开启防火墙:service iptables start 3.关闭防火墙:service iptables stop 4.创建目录:mkdir 文件夹名称 例如:mkdir soft, 创建多个目录:mkdir dir1 dir ...
分类:
系统相关 时间:
2016-12-25 02:04:32
阅读次数:
177
thinkphp使用ajax和之前使用ajax的方法一样,不同点在于之前的ajax中的url指向了一个页面,而thinkphp里面的url需要指向一个操作方法。 一、thinkphp使用ajax返回数据 1.先在Admin\Controller\MainController.class.php里面写 ...
分类:
Web程序 时间:
2016-12-24 22:41:01
阅读次数:
278
作者:Vamei 出处:http://www.cnblogs.com/vamei 欢迎转载,也请保留这段声明。谢谢! Python具有良好的时间和日期管理功能。实际上,计算机只会维护一个挂钟时间(wall clock time),这个时间是从某个固定时间起点到现在的时间间隔。时间起点的选择与计算机相 ...
分类:
编程语言 时间:
2016-12-24 20:09:52
阅读次数:
244
转自:http://blog.csdn.net/freshui/article/details/2132299 (懒人最近想起我还有csdn好久没打理了,这个Android init躺在我的草稿箱中快5年了,稍微改改发出来吧) ueventd主要是负责设备节点的创建、权限设定等一些列工作。服务通过使 ...
分类:
移动开发 时间:
2016-12-24 19:29:29
阅读次数:
317
1.Kipf, Thomas N., and Max Welling. "Semi-supervised classification with graph convolutional networks." arXiv preprint arXiv:1609.02907 (2016). 2.Deff ...
分类:
其他好文 时间:
2016-12-24 17:25:40
阅读次数:
226
通过一个例子来熟悉文件的基本操作:创建文件,读取文件,修改文件,删除文件,重命名文件,判断文件是否存在 ...
分类:
编程语言 时间:
2016-12-24 17:04:58
阅读次数:
184
hostname 命令查询当前主机名称 更改/etc/sysconfig下的network文件,在提示符下输入vi /etc/sysconfig/network,然后将HOSTNAME后面的值改为想要设置的主机名。 更改/etc下的hosts文件,在提示符下输入vi /etc/hosts,然后将lo ...
分类:
系统相关 时间:
2016-12-24 16:58:39
阅读次数:
195