码迷,mamicode.com
首页 >  
搜索关键字:think    ( 1909个结果
thinkphp 支付宝错误 Class 'Think' not found
Class 'Think' not found D:\www\DonatePlatform\ThinkPHP\Extend\Vendor\alipay\lib\alipay_submit.class.php 第 29 行.经过仔细排查发现alipay_submit.class.php中这个方法fun...
分类:Web程序   时间:2014-12-10 10:38:49    阅读次数:167
AOP在 .NET中的七种实现方法
?? 7Approaches for AOP in .Net AOP在 .NET中的七种实现方法   Here are all the ways that I can think of to add AOPto your application. This mostly focus on the interception side of things,because o...
分类:Web程序   时间:2014-12-10 00:35:38    阅读次数:184
[转载]Redis后台启动
FROM:http://www.art-coder.com/2011/12/01/how-to-run-redis-server-as-daemon/How to run Redis server as daemonSo I think, that those who will read this ...
分类:其他好文   时间:2014-12-04 12:03:43    阅读次数:111
使用Camera功能 AREA的理解
转至http://blog.csdn.net/think_soft/article/details/7998478使用Camera功能大多数的Camera功能都是使用Camera.Parameters对象来激活和控制的。首先要通过Camera对象实例的getParameters()方法,来获取这个对...
分类:其他好文   时间:2014-12-02 17:04:26    阅读次数:307
开发日志—详细的链接服务器代码(登录)
进行链接服务器 ,输入密码账号,登录页面 是基本APP都有的功能,总结了下:过         用户登陆界面 /** * @author think *用户登陆界面 */ public class LoginUi extends Activity implements HttpCallBack{ private EditText emailET; private EditTex...
分类:其他好文   时间:2014-12-02 13:37:53    阅读次数:287
php不常用语法
if(MEMORY_LIMIT_ON) $GLOBALS['_startUseMems'] = memory_get_usage();defined('THINK_PATH') or define('THINK_PATH', dirname(__FILE__).'/');defined函数检查某个....
分类:Web程序   时间:2014-12-01 00:35:48    阅读次数:336
ThinkPHP CodeIgniter URL访问举例
ThinkPHPURL访问:http://localhost/think/index.php/Home/login/func/[name/syt/password/123/]http://localhost/think/index.php/Home/login/func?id=10007&name=...
分类:Web程序   时间:2014-11-28 14:00:55    阅读次数:148
android 服务器操作类
简单 方便  /** * @author think *以同步方式发送Http请求 */ public class ApacheHttpClient { /** * @return * */ public String httpGet(String uri) { String response=null;//响应 ...
分类:移动开发   时间:2014-11-28 10:11:07    阅读次数:203
ThinkPHP框架开发的应用的标准执行流程
用户URL请求调用应用入口文件(通常是网站的index.php)载入框架入口文件(ThinkPHP.php)记录初始运行时间和内存开销系统常量判断及定义载入框架引导类(Think\Think)并执行Think::start方法进行应用初始化设置错误处理机制和自动加载机制调用Think\Storage...
分类:Web程序   时间:2014-11-27 20:21:54    阅读次数:182
[think in java]第13章 字符串
不可变String String对象是不可变的。...
分类:编程语言   时间:2014-11-26 20:59:16    阅读次数:165
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!