码迷,mamicode.com
首页 >  
搜索关键字:think    ( 1909个结果
poj2406 Power Strings
Description Given two strings a and b we define a*b to be their concatenation. For example, if a = "abc" and b = "def" then a*b = "abcdef". If we think of concatenation as multiplication, exponenti...
分类:其他好文   时间:2015-06-14 12:37:10    阅读次数:126
TinkPHP 简单知识摘要
1、Session处理赋值:session('name','value'); //设置session 与 $_SESSION['think']['name'] = 'value';相等取值:$value = session('name'); $value = $_SESSION['think'].....
分类:Web程序   时间:2015-06-13 11:07:15    阅读次数:131
如何改变Activity在当前任务堆栈中的顺序,Intent参数大全
引用:http://blog.csdn.net/think_soft/article/details/7477072本示例演示如何通过设置Intent对象的标记,来改变当前任务堆栈中既存的Activity的顺序。1.Intent对象的Activity启动标记说明:FLAG_ACTIVITY_BROU...
分类:其他好文   时间:2015-06-12 13:02:10    阅读次数:85
think in uml 2.1
业务建模
分类:其他好文   时间:2015-06-09 15:40:34    阅读次数:77
thinkphp中使用phpexcel读取所有的行记录
ThinkPHP3.2使用phpexcle将phpexcel放到Think\Org\PHPExcel中 public function index() { import('Org.PHPExcel.PHPExcel'); $reader = \PHPExcel_I...
分类:Web程序   时间:2015-06-09 06:05:22    阅读次数:158
(转)GC ROOTS
53down voteacceptedIf you think of the objects in memory as a tree, the "roots" would be the root nodes - every object immediately accessible by your ...
分类:其他好文   时间:2015-06-08 17:08:32    阅读次数:116
华为JAVA(面试问题及答案节)
华为JAVA面试题(后记:我没想到华为面试题是不寻常,,至少对我这种鸟来说是这样。对我个人来说。看看这样的题。可能比看《Think In Java》都还要好。因为这里面有很多的东西,都是我们平时没有太在意,或者是只是懂一点皮毛而已,通过做一下这样的练习。把自己不知道、不熟悉的知识点,利用这个机会好好...
分类:编程语言   时间:2015-06-07 10:56:54    阅读次数:188
转:ASP.NET MVC 3 and App_Code folder
问题:In ASP.NET Webform,App_Codeisstandardfolder to putting code and using it at run-time.But I think this folder is kind of different in ASP.NET MVC, m...
分类:移动开发   时间:2015-06-05 17:00:05    阅读次数:145
HDU ACM 1065 I Think I Need a Houseboat
分析:告诉房子的坐标,每年以(0,0)为圆心的一个半圆面积会增加50,问多少年后这个房子的位置会在那个半圆内。注意pi必须取3.1415926才能过。 #include #include using namespace std; #define PI 3.1415926 //3.141592654就WA int main() { int T,t=0,year; d...
分类:其他好文   时间:2015-06-05 15:52:46    阅读次数:129
Linux C 编程一站式学习
个人认为这是一个挺不错的从C语言到Linux系统开发的教程,这本是两个网上的文档。其中 一本是《How To Think Like A Computer Scientist: Learning with C++》作者Allen B. Downey。原书由Green Tea Press发行,可以从ht...
分类:系统相关   时间:2015-06-04 20:49:22    阅读次数:148
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!