码迷,mamicode.com
首页 >  
搜索关键字:not load assembly    ( 20943个结果
ios异常处理
Malformed or corrupted AST file: 'Unable to load module "/Users/topbar/Library/Developer/Xcode/DerivedData/ModuleCache/3TJWGBUKOEC41/Darwin.pcm": modu...
分类:移动开发   时间:2014-06-26 22:50:03    阅读次数:315
IE里Iframe的Cookie问题解决办法总结
1 document.cookie这种写法读取cookie,单独访问页面是没有问题的,但是放在iframe里面访问就会出现问题,IE下会不起作用2 解决办法:page_load中添加一句Response.AddHeader("P3P", "CP=CAO PSA OUR")3IE会自觉的把IFRAME...
分类:其他好文   时间:2014-06-26 21:15:21    阅读次数:329
[WPF] 将普通的Library工程,改造成WPF Custom Control 的Library
1. 添加References PresentationCore PresentationFramework System.Xaml WindowsBase2. 修改AssemblyInfo.xsusing System.Windows;[assembly: System.Windows...
分类:其他好文   时间:2014-06-26 19:09:55    阅读次数:139
web.xml中load-on-startup的作用
如下一段配置,熟悉DWR的再熟悉不过了: dwr-invoker org.directwebremoting.servlet.DwrServlet debug true 1 dwr-invoker /dwr/*我们注意到它里面包含了这段配置:1,那么这个配置有什么作用呢?贴一段英文原汁原味的解释.....
分类:Web程序   时间:2014-06-26 18:12:32    阅读次数:180
tools in common use
editor:notepad++sublime textmodelling:starumlscreen capture:setuna2jingcode coverage:opencoverdecompile .net assembly:ilspycommand prompt:conemutools ...
分类:其他好文   时间:2014-06-26 16:44:32    阅读次数:146
Could not load file or assembly 'Microsoft.ReportViewer.Common, Version=11.0.0.0 异常处理
在本机开发asp.net .rdlc报表后,部署到本地没有问题。当把网站发布后部署在IIS上,新电脑上(只安装了.net framwork4.5),提示如下错误:“Could not load file or assembly Microsoft.ReportViewer.WebForms, Ver...
分类:其他好文   时间:2014-06-25 19:11:41    阅读次数:368
2014-06-24 UITableView
1.针对cell上按钮(UIButton)的不响应SEL 这个问题一般是由xib导致的,当从xib中load cell的时候,cell会自动在xib上加一层contentView,所以xib中的按钮等控件都被contentView挡住了,可以将contentView的backgroundColor....
分类:其他好文   时间:2014-06-25 11:50:53    阅读次数:189
[MySQL CPU]线上飙升800%,load达到12的解决过程
接到报警通知,负载过高,达到800%,load也过高,有11了。MySQL版本号为5.6.12-log1 top 之后,确实是mysqld进程占领了全部资源。2 查看error日志,无不论什么异常3 show eninge innodb status\G,没有死锁信息。4 show full pro...
分类:数据库   时间:2014-06-25 09:24:54    阅读次数:234
CloudFoundry 中的GoRouter性能测试
之前一直感觉CloudFoundry的GoRouter的性能不靠谱,或者我们的CloudFoundry 部署架构存在问题,想着进行一些压力测试,但是一直苦于没有压力测试的工具。上一周,部门需要出一个测试报告,刚好借此机会。进行一个比较好的测试。       测试的时候,是使用的两个gorouter+nginx,测试使用的应用是一个比较简单的应用,使用LoadRunner进行压力测试,使用Load...
分类:其他好文   时间:2014-06-25 08:32:34    阅读次数:309
搭建虚拟用户VSFTPD
搭建虚拟用户VSFTPD1.首先安装vsftpdyum-yinstallvsftpd2.安装db4-utils-*这个是建立虚拟用户数据库文件3.建立文本格式用户名/密码文件vim/etc/vsftpd/vusers.list文件中添加用户名和密码,第一行用户名,第二行密码例如:vuser1234.使用db_load工具把刚才的vusers.list转化为D..
分类:其他好文   时间:2014-06-25 06:36:16    阅读次数:239
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!