上一页 1 ··· 104 105 106 107 108 109 110 111 112 ··· 129 下一页
摘要: paip.java c++得到当前类,方法名称以及行号 作者Attilax 艾龙, EMAIL:1466519819@qq.com 来源:attilax的专栏 地址:http://blog.csdn.net/attila 得到当前类名称(带package 路径) /... 阅读全文
posted @ 2014-01-19 09:02 attilaxAti 阅读(204) 评论(0) 推荐(0) 编辑
摘要: Paip.声明式编程以及DSL 总结 1.1 声明式编程DSL. 1 1.2 声明式语言)... 1 1.3 声明式编程框架AOP实现... 1 1.4 应用场合... 1 1.5 Java c#中的... 阅读全文
posted @ 2014-01-18 22:57 attilaxAti 阅读(46) 评论(0) 推荐(0) 编辑
摘要: Paip.声明式编程以及DSL 总结 1.1 声明式编程DSL. 1 1.2 声明式语言)... 1 1.3 声明式编程框架AOP实现... 1 1.4 应用场合... 1 1.5 Java c#中的声明式编程... 1 作者Att... 阅读全文
posted @ 2014-01-18 22:56 attilaxAti 阅读(537) 评论(0) 推荐(0) 编辑
摘要: paip. java的 函数式编程 大法 Java 语言中常被忽视的一个方面是它被归类为一种命令式(imperative)编程语言。命令式编程虽然由于与 Java 语言的关联而相当普及,但是并不是惟一可用的编程风格,也不总是最有效的。在本文中,我将探讨在 ... 阅读全文
posted @ 2014-01-18 19:00 attilaxAti 阅读(27) 评论(0) 推荐(0) 编辑
摘要: paip. java的 函数式编程 大法 Java 语言中常被忽视的一个方面是它被归类为一种命令式(imperative)编程语言。命令式编程虽然由于与 Java 语言的关联而相当普及,但是并不是惟一可用的编程风格,也不总是最有效的。在本文中,我将探讨在 Java 开发实践中加入不同的编程方... 阅读全文
posted @ 2014-01-18 18:59 attilaxAti 阅读(156) 评论(0) 推荐(0) 编辑
摘要: paip.函数式编程方法概述以及总结 1 函数式编程:函数式风格..很多命令式语言里支持函数式编程风格... 1 1.1 起源 (图灵机,Lisp机器, 神经网络计算机)2 1.2 函数式编程语言有哪些... 3 2 命令式语言(java,c#,p... 阅读全文
posted @ 2014-01-18 18:39 attilaxAti 阅读(347) 评论(0) 推荐(0) 编辑
摘要: paip.函数式编程方法概述以及总结 1 函数式编程:函数式风格..很多命令式语言里支持函数式编程风格... 1 1.1 起源 (图灵机,Lisp机器, 神经网络计算机)2 1.2 函数式编程语言有哪些... 3 2 ... 阅读全文
posted @ 2014-01-18 18:39 attilaxAti 阅读(105) 评论(0) 推荐(0) 编辑
摘要: paip. dsl 编程语言优点以及 常见的dsl 作者Attilax 艾龙, EMAIL:1466519819@qq.com 来源:attilax的专栏 地址:http://blog.csdn.net/attilax DSL主要分为三类:外部DSL、内部DSL,以及语言工作台。 ... 阅读全文
posted @ 2014-01-13 22:59 attilaxAti 阅读(221) 评论(0) 推荐(0) 编辑
摘要: paip. dsl 编程语言优点以及 常见的dsl 作者Attilax 艾龙, EMAIL:1466519819@qq.com 来源:attilax的专栏 地址:http://blog.csdn.net/attilax DSL主要分为三类:外部DSL... 阅读全文
posted @ 2014-01-13 22:59 attilaxAti 阅读(29) 评论(0) 推荐(0) 编辑
摘要: paip。java 高级特性 类默认方法,匿名方法+多方法连续调用, 常量类型 作者Attilax 艾龙, EMAIL:1466519819@qq.com 来源:attilax的专栏 地址:http://blog.csdn.net/attilax /6... 阅读全文
posted @ 2014-01-13 05:46 attilaxAti 阅读(30) 评论(0) 推荐(0) 编辑
摘要: paip。java 高级特性 类默认方法,匿名方法+多方法连续调用, 常量类型 作者Attilax 艾龙, EMAIL:1466519819@qq.com 来源:attilax的专栏 地址:http://blog.csdn.net/attilax /////6.1 常量类型 id... 阅读全文
posted @ 2014-01-13 05:45 attilaxAti 阅读(246) 评论(0) 推荐(0) 编辑
摘要: paip.函数方法回调机制跟java php python c++的实现 作者Attilax 艾龙, EMAIL:1466519819@qq.com 来源:attilax的专栏 地址:http://blog.csdn.net/attilax 5.73 ... 阅读全文
posted @ 2014-01-12 19:00 attilaxAti 阅读(26) 评论(0) 推荐(0) 编辑
摘要: paip.函数方法回调机制跟java php python c++的实现 作者Attilax 艾龙, EMAIL:1466519819@qq.com 来源:attilax的专栏 地址:http://blog.csdn.net/attilax 5.73 方法函数回调 5.73.1 ... 阅读全文
posted @ 2014-01-12 18:59 attilaxAti 阅读(199) 评论(0) 推荐(0) 编辑
摘要: paip.Java Annotation注解的作用and 使用 作者Attilax 艾龙, EMAIL:1466519819@qq.com 来源:attilax的专栏 地址:http://blog.csdn.net/attilax 注解使得我们能够... 阅读全文
posted @ 2014-01-11 23:08 attilaxAti 阅读(25) 评论(0) 推荐(0) 编辑
摘要: paip.Java Annotation注解的作用and 使用 作者Attilax 艾龙, EMAIL:1466519819@qq.com 来源:attilax的专栏 地址:http://blog.csdn.net/attilax 注解使得我们能够以将由编译器来测试和验证的格式,存储... 阅读全文
posted @ 2014-01-11 23:07 attilaxAti 阅读(177) 评论(0) 推荐(0) 编辑
摘要: paip.环境配置整合 ibatis mybatis proxool 索引: ///////////1.调用 ///////////////2. ibatis 主设置文件 com/mijie/homi/search/util/ibatiascfg.xml ////////////////... 阅读全文
posted @ 2014-01-10 17:51 attilaxAti 阅读(223) 评论(0) 推荐(0) 编辑
摘要: paip.环境配置整合 ibatis mybatis proxool 索引: ///1.调用 ///2. ibatis 主设置文件 com/mijie/homi/search/util/ibatiascfg.xml ///333..(ProxoolDa... 阅读全文
posted @ 2014-01-10 17:51 attilaxAti 阅读(24) 评论(0) 推荐(0) 编辑
摘要: paip.环境设置 mybatis ibatis cfg 环境设置 三部分 //1. 电泳。。。。 、、、、、、、、、、、、2. 猪配置文件 com/mijie/homi/search/util/ibatiascfg.xml 、、、、、、、、、、、、... 阅读全文
posted @ 2014-01-10 17:51 attilaxAti 阅读(28) 评论(0) 推荐(0) 编辑
摘要: paip.环境设置 mybatis ibatis cfg 环境设置 三部分 //////////1. 电泳。。。。 、、、、、、、、、、、、2. 猪配置文件 com/mijie/homi/search/util/ibatiascfg.xml 、、、、、、、、、、、、、、、、、3.map... 阅读全文
posted @ 2014-01-10 17:50 attilaxAti 阅读(180) 评论(0) 推荐(0) 编辑
摘要: paip . 解决spring No unique bean of type [com.mijie.homi.search.service.index.MoodUserIndexService] is defined: expected single m... 阅读全文
posted @ 2014-01-10 16:10 attilaxAti 阅读(20) 评论(0) 推荐(0) 编辑
摘要: paip . 解决spring No unique bean of type [com.mijie.homi.search.service.index.MoodUserIndexService] is defined: expected single matching bean but f... 阅读全文
posted @ 2014-01-10 16:09 attilaxAti 阅读(160) 评论(0) 推荐(0) 编辑
摘要: paip. 解决java程序不能自动退出 原因:有东西在运行,所以,不能自动退出.. 作者Attilax 艾龙, EMAIL:1466519819@qq.com 来源:attilax的专栏 地址:http://blog.csdn.net/attil... 阅读全文
posted @ 2014-01-08 15:16 attilaxAti 阅读(29) 评论(0) 推荐(0) 编辑
摘要: paip. 解决java程序不能自动退出 原因:有东西在运行,所以,不能自动退出.. 作者Attilax 艾龙, EMAIL:1466519819@qq.com 来源:attilax的专栏 地址:http://blog.csdn.net/attilax jprofile..有好几... 阅读全文
posted @ 2014-01-08 15:15 attilaxAti 阅读(307) 评论(0) 推荐(0) 编辑
摘要: paip.陕北方言 广东方言的不同单字 1千高频字 SELECT * FROM `canx` c where c.cn in ( select zi from hezi1k h) and st like 'b%' ORDER BY ati ... 阅读全文
posted @ 2014-01-06 18:14 attilaxAti 阅读(128) 评论(0) 推荐(0) 编辑
摘要: paip.陕北方言 广东方言的不同单字 1千高频字 SELECT * FROM `canx` c where c.cn in ( select zi from hezi1k h) and st like 'b%' ORDER BY ati 作者Attilax 艾龙, E... 阅读全文
posted @ 2014-01-06 18:13 attilaxAti 阅读(2767) 评论(0) 推荐(0) 编辑
摘要: paip.一千 常用汉字 高频汉字 覆盖率90% 一千个使用频率最高的汉字,其覆盖率达一般书刊用字的90%。 作者Attilax 艾龙, EMAIL:1466519819@qq.com 来源:attilax的专栏 地址:http://blog.c... 阅读全文
posted @ 2014-01-06 13:10 attilaxAti 阅读(52) 评论(0) 推荐(0) 编辑
摘要: paip.一千 常用汉字 高频汉字 覆盖率90% 一千个使用频率最高的汉字,其覆盖率达一般书刊用字的90%。 作者Attilax 艾龙, EMAIL:1466519819@qq.com 来源:attilax的专栏 地址:http://blog.csdn.net/attilax ... 阅读全文
posted @ 2014-01-06 13:09 attilaxAti 阅读(1393) 评论(0) 推荐(0) 编辑
摘要: paip.提高稳定性---自动检测sleep mysql数据库死连接以及kill 作者Attilax 艾龙, EMAIL:1466519819@qq.com 来源:attilax的专栏 地址:http://blog.csdn.net/attilax /... 阅读全文
posted @ 2014-01-05 12:59 attilaxAti 阅读(36) 评论(0) 推荐(0) 编辑
摘要: paip.提高稳定性---自动检测sleep mysql数据库死连接以及kill 作者Attilax 艾龙, EMAIL:1466519819@qq.com 来源:attilax的专栏 地址:http://blog.csdn.net/attilax //////检测本应用的泄漏数据库过滤... 阅读全文
posted @ 2014-01-05 12:58 attilaxAti 阅读(197) 评论(0) 推荐(0) 编辑
摘要: paip.jdbc 连接自动释放的测试 使用的mysql jdbc3.1.6 以及5.1.7 测试结果,在没有conn.close()的情况哈.. 作者Attilax 艾龙, EMAIL:1466519819@qq.com 来源:attilax... 阅读全文
posted @ 2014-01-05 12:37 attilaxAti 阅读(21) 评论(0) 推荐(0) 编辑
摘要: paip.jdbc 连接自动释放的测试 使用的mysql jdbc3.1.6 以及5.1.7 测试结果,在没有conn.close()的情况哈.. 作者Attilax 艾龙, EMAIL:1466519819@qq.com 来源:attilax的专栏 地址:http://blog... 阅读全文
posted @ 2014-01-05 12:36 attilaxAti 阅读(140) 评论(0) 推荐(0) 编辑
摘要: paip.提升稳定性---c3p0数据库连接池不能取到连接An attempt by a client to checkout a Connection has timed out 作者Attilax 艾龙, EMAIL:1466519819@qq.com 来源:attilax的专栏 地... 阅读全文
posted @ 2014-01-03 00:07 attilaxAti 阅读(335) 评论(0) 推荐(0) 编辑
摘要: paip.提升稳定性---c3p0数据库连接池不能取到连接An attempt by a client to checkout a Connection has timed out 作者Attilax 艾龙, EMAIL:1466519819@qq.co... 阅读全文
posted @ 2014-01-03 00:07 attilaxAti 阅读(28) 评论(0) 推荐(0) 编辑
摘要: paip.基于urlrewrite的反向代理以及内容改写 ---------反向代理 RewriteCond %{REQUEST_URI} !=/process.php RewriteRule ^(.*)$ /process.php?file=http://www.budej... 阅读全文
posted @ 2013-12-29 12:03 attilaxAti 阅读(152) 评论(0) 推荐(0) 编辑
摘要: paip.基于urlrewrite的反向代理以及内容改写 ---------反向代理 RewriteCond %{REQUEST_URI} !=/process.php RewriteRule ^(.*)$ /process.php?fil... 阅读全文
posted @ 2013-12-29 12:03 attilaxAti 阅读(25) 评论(0) 推荐(0) 编辑
摘要: paip.输出内容替换在Apache 过滤器filter的设置 作者Attilax 艾龙, EMAIL:1466519819@qq.com 来源:attilax的专栏 地址:http://blog.csdn.net/attilax LoadMo... 阅读全文
posted @ 2013-12-28 18:57 attilaxAti 阅读(19) 评论(0) 推荐(0) 编辑
摘要: paip.输出内容替换在Apache 过滤器filter的设置 作者Attilax 艾龙, EMAIL:1466519819@qq.com 来源:attilax的专栏 地址:http://blog.csdn.net/attilax LoadModule ext_filter_mo... 阅读全文
posted @ 2013-12-28 18:56 attilaxAti 阅读(284) 评论(0) 推荐(0) 编辑
摘要: paip.配置ef_unified_filter() failed ext_filter_module mod_ext_filter.so apache 错误解决 作者Attilax 艾龙, EMAIL:1466519819@qq.com 来源:attilax的专栏 地址:http... 阅读全文
posted @ 2013-12-28 18:53 attilaxAti 阅读(268) 评论(0) 推荐(0) 编辑
摘要: paip.配置ef_unified_filter() failed ext_filter_module mod_ext_filter.so apache 错误解决 作者Attilax 艾龙, EMAIL:1466519819@qq.com 来源:... 阅读全文
posted @ 2013-12-28 18:53 attilaxAti 阅读(23) 评论(0) 推荐(0) 编辑
摘要: paip.log4j 日志系统 参数以及最佳实践 %d{yyyy-MM-dd HH:mm:ss} [thrd:%t] %5p loger:%c (%C.%M.%L) - %m%n 2013-12-27 15:45:42 [thrd:main... 阅读全文
posted @ 2013-12-27 18:38 attilaxAti 阅读(34) 评论(0) 推荐(0) 编辑
上一页 1 ··· 104 105 106 107 108 109 110 111 112 ··· 129 下一页