上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 52 下一页
摘要: <?php echo Phalcon\Tag::selectStatic("gender", array(0 => "Male", 1 => "Female")); ?> //下拉框value值为0,1,页面显示的是”Male“和”Female“ 参考: http://www.cnblogs.com 阅读全文
posted @ 2016-01-30 16:38 圆旭 阅读(180) 评论(0) 推荐(0)
摘要: 11.1. PrerequisitesYou need a Linux distribution with the required programs available:cpio, tar, gzip, advdef, and mkisofs. This need not be Tiny Core 阅读全文
posted @ 2016-01-29 11:11 圆旭 阅读(852) 评论(0) 推荐(0)
摘要: sudo chmod +x filename.bundlesudo ./filename .bundle 原文链接:http://www.chinastor.com/a/linux/ubuntu/03311342R015.html 阅读全文
posted @ 2016-01-28 13:36 圆旭 阅读(797) 评论(0) 推荐(0)
摘要: sudo yum install avahisudo yum install avahi-tools转自:http://unix.stackexchange.com/questions/182932/avahi-commands-not-working-in-centos 阅读全文
posted @ 2016-01-27 11:51 圆旭 阅读(1085) 评论(0) 推荐(0)
摘要: Ka-Ping Yee 曾创建了一个相当著名的模块,名叫pydoc(比较而言:pydoc可以做到perldoc所能做的任何事,并且做得更好、更漂亮:-)。对于 Python 2.1 来说,pydoc(以及它支持的inspect)是标准库的一部分。而对于使用 Python 1.5.2、1.6 或者 2... 阅读全文
posted @ 2016-01-26 10:55 圆旭 阅读(486) 评论(0) 推荐(0)
摘要: 环境macosx, xampp.其中apache的默认账户为daemon,若想对htdocs下的文件做写操作,必须改动该文件夹的用户权限:chowndaemon:daemon MYDIRchmod 775 MYDIR 阅读全文
posted @ 2016-01-24 14:56 圆旭 阅读(1007) 评论(0) 推荐(0)
摘要: 配置SSH无密码登录需要3步:1.生成公钥和私钥2.导入公钥到认证文件,更改权限3.测试1.生成公钥和私钥Shell代码ssh-keygen -t dsa -P '' -f ~/.ssh/id_dsa 默认在 ~/.ssh目录生成两个文件: id_rsa :私钥 id_rsa.pub :公钥2.导入... 阅读全文
posted @ 2016-01-22 15:43 圆旭 阅读(1168) 评论(0) 推荐(0)
摘要: 正确安装好XAMPP后,默认是必须将php程序放到 xampp\htdocs文件夹下才能运行但可以修改。。参考:http://zhidao.baidu.com/link?url=sY_DPSeGBABK9bJev2fckXwyDEJ4L3liHyuj5U-mLfQhaOD1bjMQnStrZcxaw... 阅读全文
posted @ 2016-01-20 14:01 圆旭 阅读(431) 评论(0) 推荐(0)
摘要: 首先使用brew安装对应版本的phalcon,参考https://docs.phalconphp.com/en/latest/reference/tutorial.html安装好后会有 phalcon.so生成,位置是/usr/local/Cellar/php56-phalcon/2.0.9/pha... 阅读全文
posted @ 2016-01-19 17:03 圆旭 阅读(515) 评论(0) 推荐(0)
摘要: 修改~/.bash_profile文件或.zshrc文件export XAMPP_HOME=/Applications/XAMPPexport PATH=${XAMPP_HOME}/bin:${PATH}export PATHsource ~/.bash_profile转自: http://stac... 阅读全文
posted @ 2016-01-19 14:46 圆旭 阅读(358) 评论(0) 推荐(0)
上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 52 下一页