码迷,mamicode.com
首页 >  
搜索关键字:openfiler configuration    ( 5988个结果
lpcwstr类型问题
在使用VS2010开发C++程序时,由于系统默认字符集是unicode字符集,造成与早期的字符串格式不兼容问题①Properties — Configuration Properties — General,如下,右边有个Character Set,将其由“Unicode Character Set...
分类:其他好文   时间:2014-08-16 16:25:20    阅读次数:204
hibernate中执行hql语句创建session需要的HibernateUtil类
import org.hibernate.HibernateException; import org.hibernate.Session; import org.hibernate.SessionFactory; import org.hibernate.cfg.Configuration;...
分类:系统相关   时间:2014-08-16 11:01:10    阅读次数:247
[C#] 常用工具类——加密解密类
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插件
记录以下我的vim的插件1.ctags使用命令ctags -R2.cscope目前还没怎么使用3.Toglist4.winmanager5.pathogen6.nerdtree附:我的.vimrc""my vim configuration"" 关闭compatibleset nocompatibl...
分类:其他好文   时间:2014-08-15 17:22:59    阅读次数:302
解决The current branch is not configured for pull No value for key branch.master.merge found in config
网上多半都是命令行下的解决方案,我用的是EGit,所以要在eclipse里(我的版本是kepler)把下面这句话添加到配置文件中.Window->Preference->Team->Git->Configuration->Repository Settings->选择你的repository,然后点...
分类:其他好文   时间:2014-08-15 12:15:58    阅读次数:209
Excel导入数据库
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
Spring Security @PreAuthorize 拦截无效
1. 在使用spring security的时候使用注解,@PreAuthorize("hasAnyRole('ROLE_Admin')")放在对方法的访问权限进行控制失效,其中配置如:@Configuration@EnableWebSecuritypublic class SecurityConf...
分类:编程语言   时间:2014-08-15 10:40:28    阅读次数:395
183SDP回铃设置步骤
第一步:在vos上面的对接网关上设置:补充设置→协议→远端回铃方式选择183SessionProgress+SDP第二步:在奥科中继里面配置Configuration→VoIP→SIPDefinitions→GeneralParameters需要修改的几个选项:EnableEarlyMedia设置为:EnablePlayRingbackTonetoIP和PlayRingbacktone..
分类:其他好文   时间:2014-08-15 02:59:47    阅读次数:289
SqlHelper
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
Win8.1想要卸载openSUSE出现问题(未解决)
因为在蜥蜴上的Python被玩坏了,所以想要卸载重装。结果在Windows下的EasyBCD打开提示错误:The Boot Configuration Data Store Could Not Be Opened - The System Cannot Find The File Specified...
分类:Windows程序   时间:2014-08-14 23:46:56    阅读次数:348
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!