一、针对于DEDE后台基本设置里面的使用到的数据标签。主标题:{dede:global.cfg_webname/} 主要用于里面网
站描述:{dede:global.cfg_description/}
注意:这个是网站主页的描述,不能作为通用使用。网站关键字:{dede:global.cfg_key...
分类:
其他好文 时间:
2014-04-29 11:25:46
阅读次数:
356
【转】Hibernate的getSQLQuery方法对char类型的解析问题建立数据库:create table T_TEST1( id char (32),
name varchar (255), other varchar (255), primary key(id))insert into T...
分类:
数据库 时间:
2014-04-29 11:24:46
阅读次数:
456
public class Facade { /** * @param args 外观模式 */ One
one; Two two; Three three; public Facade() { one=new One(); two=new Two();
three=new Three()...
分类:
其他好文 时间:
2014-04-29 11:15:47
阅读次数:
238
将原起始页面View中 Index和
Controller中的HomeController删除后报这样的错误,在global.asax设置好路由后例:public static void
RegisterRoutes(RouteCollection routes) { ...
分类:
其他好文 时间:
2014-04-29 10:38:47
阅读次数:
544
PKI证书格式及转换2013年10月29日17:47PKCS 全称是 Public-Key
Cryptography Standards ,是由RSA 实验室与其它安全系统开发商为促进公钥密码的发展而制订的一系列标准,PKCS 目前共发布过 15
个标准。 常用的有:PKCS#7 Cryptogra...
分类:
其他好文 时间:
2014-04-29 10:37:45
阅读次数:
471
Java代理Internet2013年10月23日23:14 Java HTTP
ProxySettings OVERVIEW For local networks within an organization, access to the
public-domain Internet is oft...
分类:
编程语言 时间:
2014-04-29 10:36:46
阅读次数:
537
crontab运行脚本存在两大问题:环境变量和路径,从而导致单独运行脚本没问题,但用crontab运行就报错。1、环境变量
描述问题:crontab: usage error: no arguments permitted after this option
因为crontab不提供环境,所...
分类:
其他好文 时间:
2014-04-29 10:23:47
阅读次数:
370
namespace Webpart.Staffing.ViewAll{
[ToolboxItemAttribute(false)] public partial class ViewAll : WebPart { public
ViewAll() {...
分类:
Web程序 时间:
2014-04-29 10:22:47
阅读次数:
435
1 public static String makeMD5(String password) { 2
String result = null; 3 4 MessageDigest messageDigest; 5 try { 6 ...
分类:
其他好文 时间:
2014-04-29 10:16:46
阅读次数:
348
/// /// 获取用户的IP地址 /// /// public static string
GetIPAddress() { string user_IP = string.Empty; ...
分类:
其他好文 时间:
2014-04-29 10:16:45
阅读次数:
397