码迷,mamicode.com
首页 >  
搜索关键字:ln -s    ( 1954个结果
ASP.NET页面间传值的几种常见方式
(新建项目WebApplication,添加新项:源页面Default.aspx和目标页面WebForm1.aspx. 在源页面Default.aspx中添加两个TextBox, ID分别为Nametb和Emailtb,两个Label;在WebForm1.aspx中添加两个Label,ID分别为ln...
分类:Web程序   时间:2014-06-12 19:03:32    阅读次数:224
linux下建立软链接
博客分类:linux实例:ln -s /home/gamestat /gamestatlinux下的软链接类似于windows下的快捷方式ln -s a b中的 a 就是源文件,b是链接文件名,其作用是当进入b目录,实际上是链接进入了a目录如上面的示例,当我们执行命令 cd /gamestat/.....
分类:系统相关   时间:2014-06-10 10:20:10    阅读次数:286
lftp查看文件时间与登录服务查看文件时间相差8小时
第一步,校正VPS时区设置:rm -rf /etc/localtime ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime第二步,修改FTP软件配置用vi打开vi proftpd.conf(/usr/local/proftp/etc)找到Us...
分类:其他好文   时间:2014-06-10 09:13:29    阅读次数:187
linux系统学习(二)
文件,目录 pwd:查看当前目录 Print Working Directory cd,ls(ll),mkdir -p Change Directory List Make Directory du -sh 评估目录或者文件大小 touch 创建新文件 ln -s source dest ...
分类:系统相关   时间:2014-06-09 00:05:22    阅读次数:334
杂七杂八
0.素数计数函数x/ln(x)1.随机化的代码: #include #include srand((unsigned)time(NULL)); m=rand()%(r-l+1)+l;2.读入一整行字符串 getline(cin,s); cin.ignore();//忽视一行
分类:其他好文   时间:2014-06-07 23:51:54    阅读次数:400
nfd指令的详细说明
在eterm上执行NFD:SHAPEK/CA*OW指令,返回如下: LN CXR OW RT FBC/TC RBD MIN/MAX TRVDATE R 01 CA 450.00 ...
分类:其他好文   时间:2014-06-06 11:35:14    阅读次数:403
[再寄小读者之数学篇](2014-05-30 对数不等式)
(对数不等式) $$\bex \cfrac{x}{1+x}\leq \ln(1+x)\leq x\quad(x>-1), \eex$$ 等号当且仅当 $x=0$ 时成立.
分类:其他好文   时间:2014-06-03 09:01:53    阅读次数:178
LeetCode:Reorder List
Given a singly linked list L: L0→L1→…→Ln-1→Ln, reorder it to: L0→Ln→L1→Ln-1→L2→Ln-2→…   You must do this in-place without altering the nodes' values.   For example, Given {1,2,3,4}, r...
分类:其他好文   时间:2014-06-03 03:12:46    阅读次数:222
[再寄小读者之数学篇](2014-05-27 积分估计)
试证: $\dps{\int_0^{k\pi} \cfrac{|\sin x|}{x}\rd x> \cfrac{2}{\pi}\ln\cfrac{k+1}{2}}$.
分类:其他好文   时间:2014-05-28 22:44:31    阅读次数:282
python安装zlib一直无效
一直按网上的方法:1.先安装apt-get install zlib1g-dev2.重新安装python(3.3):即是./configure 再make再make install始终没有解决掉问题!最后发现,还需要再链接一次:#ln -s /usr/local/python3.3/bin/pyth...
分类:编程语言   时间:2014-05-26 12:35:01    阅读次数:298
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!