1. 装好phalcon php扩展
2. 下载phalcon-devtools:https://github.com/phalcon/phalcon-devtools
或者git克隆:
git clone git://github.com/phalcon-devtools.git
3.安装:
cd phalcon-devtools
./phalcon.sh
4. 建立快捷方式
ln...
分类:
系统相关 时间:
2015-01-13 21:36:43
阅读次数:
353
Linux链接分两种,一种被称为硬链接(Hard Link),另一种被称为符号链接(Symbolic Link)。默认情况下,ln命令产生硬链接。硬连接指通过索引节点来进行连接,硬连接的作用是允许一个文件拥有多个有效路径名,这样用户就可以建立硬连接到重要文件,以防止“误删”的功能。其原因如上所述,因...
分类:
系统相关 时间:
2015-01-12 23:49:25
阅读次数:
357
Description
未名湖附近共有N个大小湖泊L1, L2, ...,
Ln(其中包括未名湖),每个湖泊Li里住着一只青蛙Fi(1 ≤
i ≤ N)。如果湖泊Li和Lj之间有水路相连,则青蛙Fi和Fj互称为邻居。现在已知每只青蛙的邻居数目x1,
x2, ..., xn,请你给出每两个湖泊之间的相连关系。
Input
第一行是测试数据的组数T(0 ≤ T ≤ 20)。每...
分类:
其他好文 时间:
2015-01-12 16:38:57
阅读次数:
165
1.创建软连接sudo ln -s /opt/eclipse/eclipse /usr/bin/eclipse2.创建desktop文件sudo gedit /usr/share/applications/eclipse.desktop3.desktop文件内容[Desktop Entry]Vers...
分类:
系统相关 时间:
2015-01-12 12:58:16
阅读次数:
214
下载安装包.tgztar -zxvf Pythoncd P.../configuremakesudo make install通过 /usr/local/bin/python -V 查看版本号以下代码有问题:sudo rm /usr/bin/pythonsudo ln -s /usr/include...
分类:
编程语言 时间:
2015-01-11 17:33:33
阅读次数:
132
本篇文章由:http://xinpure.com/use-command-line-shortcuts-to-open-the-mac-system-sublime/方法一使用软链接ln -s "/Applications/Sublime Text 2.app/Contents/SharedSupp...
分类:
系统相关 时间:
2015-01-10 20:59:47
阅读次数:
208
题目:Given a singly linked listL: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 e...
分类:
编程语言 时间:
2015-01-09 23:44:17
阅读次数:
237
实验环境准备:VMware10CentOS6.6mariadb-5.5.40-linux-x86_64.tar安装:#groupadd-rmysql-g306#useradd-gmysql-u306-r-s/sbin/nologin-Mmysql#chown-Rmysql:mysql/mydata/data#cd/usr/local/#ln-svmariadb-5.5.40-linux-x86_64.tarmysql#cdmysql#chown-Rmysql:mysql.#scripts/..
分类:
数据库 时间:
2015-01-09 01:47:53
阅读次数:
246
Ubuntu里Eclipse关联Jdk
1、在Eclipse安装目录创建jre 文件。
2、ln -s jdk目录/bin bin
输入上述命令,之后eclipse即可打开。...
分类:
系统相关 时间:
2015-01-08 18:02:00
阅读次数:
190