dede cms 文章命名规则:修改include/helpers/channelunit.helper.php //修行数190 $dsql->SetQuery("SELECT writer FROM #@__archives ORDER BY id DESC LIMIT 0,1");
$dsql->Execute(‘hw‘);
$hotword = "";
whi...
分类:
其他好文 时间:
2014-12-15 10:37:30
阅读次数:
165
项目快结项了,就差最后一个在线预览功能了。研究了两天。不通过office组件就可以把office文件转换pdf,废话不说,上图 public class Helper { /// /// word文件转换pdf /// /// wor...
分类:
其他好文 时间:
2014-12-13 12:03:40
阅读次数:
255
给定正整数n,求1,2,3,...,n的全排列解法一:递归,结果并不为字母序排列。void Helper(vector v, int low, int high){ if(low == high) { for(int i = 0; i v(n,0); for(int...
分类:
编程语言 时间:
2014-12-10 21:05:21
阅读次数:
157
[root@haoniu-2950 linux-3.10.62]# make -j8 modules_install ? INSTALL arch/x86/crypto/ablk_helper.ko ? INSTALL arch/x86/crypto/aes-x86_64.ko ? INSTALL arch/x86/crypto/aesni-intel.ko ? INSTALL ar...
分类:
其他好文 时间:
2014-12-08 17:59:14
阅读次数:
2498
源码如下: template struct __is_pointer_helper : public false_type { }; template struct __is_pointer_helper : public true_type { }; /// is_p...
分类:
编程语言 时间:
2014-12-08 12:06:01
阅读次数:
200
原文参考:http://www.cnblogs.com/jyan/archive/2012/07/23/2604474.htmlmsdn:http://msdn.microsoft.com/zh-cn/library/system.web.mvc.htmlhelper_methods%28v=vs....
ORM出现最多是Java项目中,三大Java框架SSH都是它的代表。 ????原以为Java碰的少,非要Java时也会用原生态的Helper,不会招惹到ORM的大驾。但最近在一个小型php项目中都看到它的身影,导致项目对DB的...
分类:
其他好文 时间:
2014-12-03 12:38:37
阅读次数:
206
在Mac OS X10.10下sudo gem install curses 返回如下错误:
apple@kissAir: ruby_src$sudo gem install curses
Password:
Fetching: curses-1.0.1.gem (100%)
Building native extensions. This could take a...
分类:
系统相关 时间:
2014-12-03 12:33:28
阅读次数:
394
@helper SignInCalender(DateTime argDate){ DateTime vFirstDay = new DateTime(argDate.Year, argDate.Month, 1); int vLastday = argDate.AddMonths(1).AddDa...
分类:
其他好文 时间:
2014-12-02 13:24:04
阅读次数:
167
请看源码: template, is_function, is_array>::value> struct __is_convertible_helper { static constexpr bool value = is_void::va...
分类:
编程语言 时间:
2014-12-02 10:34:09
阅读次数:
223