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...
Zabbix之web监控1.首先可以在主机模板中先定义一个application2.找一个关联着这个模板的主机[Configuration--Hosts],然后选择这台主机[Web],点击CreatescenarioSave3.查看监控状态[Monitoring--Web]更多信息请移驾官网:https://www.zabbix.com/documentation/2.4/manual/web_m..
分类:
Web程序 时间:
2014-08-13 19:19:18
阅读次数:
380
今天在看log的时候发现,Launcher activity会被onDestroy掉一次,然后再重启。
可能原因猜测:
1.横竖屏切换
2.MCC MNC等Configuration改变引起的 MCC(移动国家码)和 MNC(移动网络码)
由于当时的Launcher设置为强制横屏了,应该是不会引起重启的。
对于Configuration改变系统会发一个android.intent...
分类:
其他好文 时间:
2014-08-13 19:05:57
阅读次数:
215