在使用VS2010开发C++程序时,由于系统默认字符集是unicode字符集,造成与早期的字符串格式不兼容问题①Properties — Configuration Properties — General,如下,右边有个Character Set,将其由“Unicode Character Set...
分类:
其他好文 时间:
2014-08-16 16:25:20
阅读次数:
204
import org.hibernate.HibernateException; import org.hibernate.Session; import org.hibernate.SessionFactory; import org.hibernate.cfg.Configuration;...
分类:
系统相关 时间:
2014-08-16 11:01:10
阅读次数:
247
using System;using System.Configuration;using System.Collections.Generic;using System.Text;using System.Web;using System.Web.UI;using System.Web.UI.Ht...
分类:
其他好文 时间:
2014-08-16 10:58:10
阅读次数:
197
记录以下我的vim的插件1.ctags使用命令ctags -R2.cscope目前还没怎么使用3.Toglist4.winmanager5.pathogen6.nerdtree附:我的.vimrc""my vim configuration"" 关闭compatibleset nocompatibl...
分类:
其他好文 时间:
2014-08-15 17:22:59
阅读次数:
302
网上多半都是命令行下的解决方案,我用的是EGit,所以要在eclipse里(我的版本是kepler)把下面这句话添加到配置文件中.Window->Preference->Team->Git->Configuration->Repository Settings->选择你的repository,然后点...
分类:
其他好文 时间:
2014-08-15 12:15:58
阅读次数:
209
usingSystem;
usingSystem.Collections.Generic;
usingSystem.Linq;
usingSystem.Web;
usingSystem.Web.UI;
usingSystem.Web.UI.WebControls;
usingSystem.Configuration;
usingSystem.Data.SqlClient;
usingSystem.IO;
usingNPOI.HSSF.UserModel;
usingNPOI.SS.UserModel;
usi..
分类:
数据库 时间:
2014-08-15 10:51:59
阅读次数:
225
1. 在使用spring security的时候使用注解,@PreAuthorize("hasAnyRole('ROLE_Admin')")放在对方法的访问权限进行控制失效,其中配置如:@Configuration@EnableWebSecuritypublic class SecurityConf...
分类:
编程语言 时间:
2014-08-15 10:40:28
阅读次数:
395
第一步:在vos上面的对接网关上设置:补充设置→协议→远端回铃方式选择183SessionProgress+SDP第二步:在奥科中继里面配置Configuration→VoIP→SIPDefinitions→GeneralParameters需要修改的几个选项:EnableEarlyMedia设置为:EnablePlayRingbackTonetoIP和PlayRingbacktone..
分类:
其他好文 时间:
2014-08-15 02:59:47
阅读次数:
289
using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebContro...
分类:
数据库 时间:
2014-08-15 01:25:16
阅读次数:
298
因为在蜥蜴上的Python被玩坏了,所以想要卸载重装。结果在Windows下的EasyBCD打开提示错误:The Boot Configuration Data Store Could Not Be Opened - The System Cannot Find The File Specified...