码迷,mamicode.com
首页 >  
搜索关键字:php __set    ( 135575个结果
openfire build(2)
InterceptorManager PluginManageropenfire 插件的中servlet 在web-custom.xml 中的配置 url 一定要小写,访问时不区别大写小 否则404如: Sample1Servlet com.myyule.openfire.plugin.S...
分类:其他好文   时间:2014-05-01 08:42:11    阅读次数:305
vimrc
runtime bundle/vim-pathogen/autoload/pathogen.vimset nocompatible " be iMproved, requiredfiletype off " required" set th...
分类:其他好文   时间:2014-05-01 08:38:20    阅读次数:327
eclipse c++
http://cmakeed.sourceforge.net/eclipse/ cmake -G"Eclipse CDT4 - Unix Makefiles" -D CMAKE_BUILD_TYPE=Debug -D_ECLIPSE_VERSION=4.2 ../src
分类:编程语言   时间:2014-05-01 08:37:42    阅读次数:319
Windows下重置Mysql密码
1、首先停止正在运行的MySQL进程>net stop mysql如未加载为服务,可直接在进程管理器或者服务中进行关闭。2、以安全模式启动MySQL进入mysql目录在命令行下运行>d:>cd xampp/mysql/bin>mysqld.exe --skip-grant-tables3、完成以后就...
分类:数据库   时间:2014-05-01 08:33:41    阅读次数:393
Vagrant进阶:搭建简易Python,PHP开发环境
Vagrant进阶:搭建简易Python,PHP开发环境...
分类:编程语言   时间:2014-04-29 13:34:21    阅读次数:332
SaeMail使用示例
SAE的官方文档:http://apidoc.sinaapp.com/sae/SaeMail.html SaeMail类的具体实现:http://apidoc.sinaapp.com/__filesource/fsource_sae__saemail.class.php.html 官方给出的demo: setAttach...
分类:其他好文   时间:2014-04-29 13:23:22    阅读次数:234
sicily 1007 To and Fro (基础题)
链接:http://soj.me/show_problem.php?pid=1007 Description Mo and Larry have devised a way of encrypting messages. They first decide secretly on the number of columns and write the message (letter...
分类:其他好文   时间:2014-04-29 13:23:21    阅读次数:293
Struts工作机制图+OGNL+EL+值栈(Map,对象栈)
struts 值栈  通过get set方法 方便的获取,设置属性值      例如从jsp页面传来的参数。。。从Action设置jsp所要回显的内容...
分类:其他好文   时间:2014-04-29 13:16:21    阅读次数:256
set容器的实现
set容器是以红黑树容器为基础实现的,在其基础上稍加改变接口即可 #ifndef MY_SET_H_INCLUDED #define MY_SET_H_INCLUDED #include"my_rb_tree.h" namespace juine { template struct identity { const T& operator()(cons...
分类:其他好文   时间:2014-04-29 13:16:20    阅读次数:376
SaeMysql操作示例
新浪sae的官方说明文档:http://apidoc.sinaapp.com/sae/SaeMysql.html Class SaeMysql 具体实现:http://apidoc.sinaapp.com/__filesource/fsource_sae__saemysql.class.php.html 新浪官方文档已经给出了简单的示例: <?php $mysql = new Sae...
分类:数据库   时间:2014-04-29 13:14:20    阅读次数:407
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!