码迷,mamicode.com
首页 >  
搜索关键字:load putty key为灰色    ( 20868个结果
iOS:获取图片Alpha图片
-(void)createImages { // Load the alpha image, which is just the same Ship.png image used in the clipping demo NSString *imagePath = [[NSBundle mainBundle] pathForResource:@"Ship.png" ofType:n...
分类:移动开发   时间:2014-05-08 16:17:52    阅读次数:401
引用外部静态库时,(类别)目录方法无法加载问题(转)
这个 bug 在 xcode 4.3 以下会出现,4.3 以后已经修正了。解决方法为:找到 target 的图标,更改其 Other Linker Flags 为: -all_load 或 -force_load-force_load,后跟随一个文件位置,可以更精确地加载所需文件。苹果的解释为 :h...
分类:其他好文   时间:2014-05-08 14:27:40    阅读次数:243
use magento default datepicker plugin in your project
js_csscalendar/calendar-win2k-1.csscan_load_calendar_js--> jscalendar/calendar.jscan_load_calendar_js--> jscalendar/lang/calendar-en.jscan_load_calend...
分类:其他好文   时间:2014-05-08 13:26:29    阅读次数:258
关于重新设计data accessing layer的思考(一)
背景:项目中已运行10年的数据访问层,存在若干架构方面的问题,为了彻底解决并释放并行访问的能力,并提供一套完整的面向对象的API,决定重新设计。思考问题:1.如何保证兼容性: 1)使用新库的实现替代旧库中的实现,保证一次性全部修改并测试,不修改旧库的API,且提供用户新的API 2)新库与旧...
分类:数据库   时间:2014-05-08 12:21:18    阅读次数:315
ie8、firfox关于(new Image()).onload的问题
如果要获取一张图片原本的高度和宽度,我们一般这样获取var url = "../images/1.jpg";var img = new Image();img.src = url;img.onload = function(){ //do something.....}当图片从服务器传到本来(也即....
分类:其他好文   时间:2014-05-08 11:23:03    阅读次数:358
putty英文乱码---DM8168_ETV_V1.1(路视明)
putty英文乱码---DM8168_ETV_V1.1(路视明)...
分类:其他好文   时间:2014-05-08 11:17:18    阅读次数:276
使用Attach和Detach来实现更新的时候避免逐一赋值的麻烦
之前都是用扩展方法来copy属性值,不过兼容性不是很好。(关于这个扩展方法可以参照这个博客),不过我们可以通过下方的代码来实现,由于是微软提供的功能,所以不需要考虑兼容性问题:public partial class WebForm2 : System.Web.UI.Page { protected void Page_Load(object sender, EventAr...
分类:其他好文   时间:2014-05-08 00:19:02    阅读次数:326
.NET Application without UI
private void MainForm_Load(object sender, EventArgs e) { BeginInvoke(new MethodInvoker(delegate { Hide(); })); DoJob(); Process.GetCurrentProcess().K....
分类:移动开发   时间:2014-05-07 10:56:39    阅读次数:348
Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the
Sys.Application.add_load(function() { var form = Sys.WebForms.PageRequestManager.getInstance()._form; form._initialAction = form.action = window.location.href; }); if (!documen...
分类:Web程序   时间:2014-05-06 23:36:38    阅读次数:408
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!