码迷,mamicode.com
首页 >  
搜索关键字:think    ( 1909个结果
ACM比较1和0的个数
DescriptionAndrewid the Android is a galaxy-famous detective. In his free time he likes to think about strings containing zeros and ones.Once he thoug...
分类:其他好文   时间:2015-07-31 20:18:15    阅读次数:126
第五次比赛的水题
DescriptionAndrewid the Android is a galaxy-famous detective. In his free time he likes to think about strings containing zeros and ones.Once he thoug...
分类:其他好文   时间:2015-07-31 20:13:18    阅读次数:93
ThinkPHP中跨控制器内容的获取
场景:通过GoodsController下index/getInfo操作获取IndexContoller下的countx操作内容 GoodsController.class.php <?php namespace?Home\Controller; use?Think\Controller; class?GoodsController?extends?...
分类:Web程序   时间:2015-07-31 16:32:07    阅读次数:147
It’s Never Too Early to Think About Performance
?It’s Never Too Early to Think About PerformanceRebecca ParsonsBuSinESS uSERS SpECiFy THEiR nEEdS primarily through functional requirements. The nonfunctional aspects of the systems, like performance,...
分类:其他好文   时间:2015-07-31 10:43:42    阅读次数:133
ThinkPHP数据库模型的实例化操作
//UserConTroller.class.php <?php namespace?Home\Controller; use?Think\Controller; class?UserController?extends?Controller{ ????public?function?getinfo(){ ????????//Home模块下的M...
分类:数据库   时间:2015-07-30 13:46:27    阅读次数:149
You’re Negotiating More Often Than You Think
? You’re Negotiating More Often Than You ThinkMichael NygardWE’vE All BEEn HiT WiTH BudgETECTuRE. That’s when sound technol- ogy choices go out the window in favor of cost-cutting. The conversation go...
分类:其他好文   时间:2015-07-30 11:32:08    阅读次数:186
STM32CubeF4 FreeRTOS Examples don't work correctly with HAL_GetTick
because the SysTick ISR has been assigned to the FreeRTOSxPortSysTickHandler() function without regard to HAL operations.I think this can be corrected...
分类:其他好文   时间:2015-07-29 06:19:53    阅读次数:1513
欢迎使用CSDN-markdown编辑器
Thinkphp3.2 上传详解       最近在学习用thinkphp3.2框架写个小项目,找工作的时候用。照着官方文档写文件上传功能,结果出错,在qq群里问了半天也没找到答案,最后照着网上的视频做终于实现了上传功能,写博客庆祝下。DataController.class.phpnamespace Admin\Controller; use Think\Controller; class Dat...
分类:其他好文   时间:2015-07-27 00:23:45    阅读次数:81
php之接口概念
1 think(); 65 66 67 1:接口本身即是抽象的,内部声明的方法默认也是抽象的 68 69 2:一个类可以一次性实现多个接口 70 语法用implements 实现 71 class ClassName implements interface1,interface2,int...
分类:Web程序   时间:2015-07-24 14:16:54    阅读次数:93
uva10131 Is Bigger Smarter?(经典DP,最长上升子序列,注意保存路径部分)
Is Bigger Smarter? The ProblemSome people think that the bigger an elephant is, the smarter it is. To disprove this, you want to take the data on a collection of elephants and put as large a subset of...
分类:其他好文   时间:2015-07-22 18:58:01    阅读次数:121
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!