码迷,mamicode.com
首页 >  
搜索关键字:blog    ( 264251个结果
spring中bean的生命周期
spring中bean的生命周期
分类:编程语言   时间:2014-07-22 23:12:52    阅读次数:436
Java异常处理图解
分类:编程语言   时间:2014-07-22 23:12:52    阅读次数:281
IOS-绘制饼图等多种图形
参考网址:http://www.cnblogs.com/zhw511006/archive/2011/10/19/2218194.html http://blog.163.com/wkyuyang_001/blog/static/10802122820133190545227/
分类:移动开发   时间:2014-07-22 23:12:52    阅读次数:456
动态规划——最长公共子串
引入:最长公共子序列常用于解决字符串的相似度问题。最长公共子序列(LongestCommonSubsequence,LCS)与最长公共字串(LongestCommonSubstring):子串是串的一个连续的部分,子序列则是从不改变序列顺序,而从序列中去掉任意多个元素而获得的新的序列;也就是说,子串...
分类:其他好文   时间:2014-07-22 23:12:35    阅读次数:357
Java I/O图解
分类:编程语言   时间:2014-07-22 23:12:34    阅读次数:251
linux 工具系列之 - strace
strace 使用
分类:系统相关   时间:2014-07-22 23:12:33    阅读次数:483
[HDU 1166 敌兵布阵] 线段树 或 树状数组
1 #include 2 #include 3 #include 4 using namespace std; 5 int n,C[50005]; 6 //-------------------------- 7 int lowbit(int x){ 8 return x&-x; 9 }1...
分类:其他好文   时间:2014-07-22 23:12:33    阅读次数:311
php中的雷同方法
php中又很多的可选语法,比如echo使用echo()和print()都可以输出文本,他们的不同之处在于print()函数有一个返回值1代表输出成功,0代表输出失败,二echo()就没有返回值了。逻辑表达式中的可选性我们看下面的语句一次输出的结果是:int(6) bool(true) int(6) ...
分类:Web程序   时间:2014-07-22 23:12:32    阅读次数:365
javascript执行上下文
What is the Execution Context & Stack in JavaScript?In this post I will take an in-depth look at one of the most fundamental parts of JavaScript, theE...
分类:编程语言   时间:2014-07-22 23:12:16    阅读次数:608
在VS2008.Net下使用WPF开发Web应用程序
原文地址:http://hankjin.blog.163.com/blog/static/33731937200922353623434/胖客户端的好处是可以轻易的实现绚丽的效果, 而瘦客户端则需要大量的js才能实现相应的效果. 而且当需要同时开发应用程序和Web应用程序时, 则需要将近双倍的开发时...
分类:Web程序   时间:2014-07-22 23:12:15    阅读次数:325
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!