码迷,mamicode.com
首页 >  
搜索关键字:share    ( 6078个结果
linux whereis which
whereis 命令只能用于程序名的搜索,而且只搜索二进制文件(参数-b)、man说明文件(参数-m)和源代码文件(参数-s)。[root@localhost ~]# whereis svnsvn: /usr/bin/svn /usr/share/man/man1/svn.1.gz[root@loc...
分类:系统相关   时间:2015-01-18 16:57:49    阅读次数:178
CSS3自定义下拉框
CSS3自定义下拉框 源代码下载地址:http://www.zuidaima.com/share/1550463655152640.htm...
分类:Web程序   时间:2015-01-18 11:52:49    阅读次数:213
CSS3+HTML5表单
CSS3+HTML5表单 源代码下载地址:http://www.zuidaima.com/share/1550463654644736.htm...
分类:Web程序   时间:2015-01-17 18:13:13    阅读次数:204
Scala下载安装配置(Mac)
---恢复内容开始---1.访问scala的官网这里下载最新版的scala。2.解压缩文件包,可将其移动至/usr/local/share下1mv /download/scalapath /usr/local/share3.修改环境变量,在mac下使用sudo su进入管理员权限,修改配置文件pro...
分类:系统相关   时间:2015-01-17 11:12:17    阅读次数:176
Linux学习笔记:进程管理
显示系统所有进程:psaux;重置某个进程:kill-HUP/var/run/crond.pid;六亲不认杀死进程:cat/var/run/crond.pid|xargskill-9;psaux|grep-vgrep|grepssh|awk‘{print$2}‘1870psaux|grep-vgrep|grepssh|awk‘{print$2}‘|xargs-L1sudokill-HUP#sudo提升权限#ps-aux提示错误:Warn..
分类:系统相关   时间:2015-01-17 06:37:52    阅读次数:207
windows 打开文件夹
@echo off rem 建立链接 net use \\192.168.2.3\share /user:username password rem 打开共享文件夹 explorer \\192.168.2.3\share Pause net use \\192.168.2.3\share /del...
分类:Windows程序   时间:2015-01-16 16:27:07    阅读次数:264
缩略图、图片水印图、文字水印图
缩略图、图片水印图、文字水印图 源代码下载地址:http://www.zuidaima.com/share/1550463651056640.htm...
分类:其他好文   时间:2015-01-16 10:09:28    阅读次数:119
纯js实现的科学计算器
纯js实现的科学计算器 源代码下载地址:http://www.zuidaima.com/share/1550463650548736.htm...
分类:Web程序   时间:2015-01-15 14:24:34    阅读次数:175
LeetCode--Best Time to Buy and Sell Stock
Say you have an array for which the ith element is the price of a given stock on day i. If you were only permitted to complete at most one transaction (ie, buy one and sell one share of the stock),...
分类:其他好文   时间:2015-01-15 09:30:17    阅读次数:172
struts2.3+spring3.2+mybatis3.2整合及示例代码
struts2.3+spring3.2+mybatis3.2整合及示例代码 源代码下载地址:http://www.zuidaima.com/share/1550463649778688.htm...
分类:编程语言   时间:2015-01-14 11:08:24    阅读次数:257
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!