上一页 1 ··· 282 283 284 285 286 287 288 289 290 ··· 484 下一页
摘要: 前言:今天,我们正在做一个ocx插件的时候,放到刚装好win7系统的虚拟机上面注冊,弹出以下的一个错误提示:watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQvemVuZ3Jhb2xp/font/5a6L5L2T/fontsize/400/fill/I0JBQk... 阅读全文
posted @ 2015-07-21 20:06 phlsheji 阅读(307) 评论(0) 推荐(0) 编辑
摘要: action学习笔记2-大约action method讨论Action运行的时候并不一定要运行execute方法,能够在配置文件里配置Action的时候用method=来指定运行哪个方法也能够在url地址中动态指定(动态方法调用DMI)(推荐)方法一 //方法一 ... 阅读全文
posted @ 2015-07-21 18:44 phlsheji 阅读(213) 评论(0) 推荐(0) 编辑
摘要: UIWebView这是IOS内置的浏览器。能够浏览网页,打开文档 html/htm pdf docx txt等待格文档类型。 safari浏览器是通过UIWebView制作。server将MIME的标识符等放入传送的数据中告诉浏览器使用那种插件读取相关文件。uiwebview载入各种本地文件(通过... 阅读全文
posted @ 2015-07-21 17:51 phlsheji 阅读(235) 评论(0) 推荐(0) 编辑
摘要: Queue queue = new LinkedList ();for(int i = 0; i<20; i++) { queue.add("坑爹" + i);}for(int j =0; j<queue.size(); j++) { String str = queue.poll(); Syste... 阅读全文
posted @ 2015-07-21 14:45 phlsheji 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 规定44分离的不依赖参数代码templates条款45运用成员函数模板接受全部兼容类型Templates和泛型编程条款44:将与參数无关的代码抽离templatesTemplates能够节省时间和避免代码反复。对于相似的classes或functions。能够写一个class tem... 阅读全文
posted @ 2015-07-21 12:59 phlsheji 阅读(275) 评论(0) 推荐(0) 编辑
摘要: 滑雪Time Limit:1000MSMemory Limit:65536KTotal Submissions:73409Accepted:27141DescriptionMichael喜欢滑雪百这并不奇怪, 由于滑雪的确非常刺激。但是为了获得速度,滑的区域必须向下倾斜,并且当你滑到坡底。你不得不再... 阅读全文
posted @ 2015-07-21 10:30 phlsheji 阅读(201) 评论(0) 推荐(0) 编辑
摘要: Given a binary tree, determine if it is height-balanced.For this problem, a height-balanced binary tree is defined as a binary tree in which the depth... 阅读全文
posted @ 2015-07-21 09:00 phlsheji 阅读(177) 评论(0) 推荐(0) 编辑
摘要: getImageWidth();$real_height = $imagick->getImageHeight();error_log('real_width: '.$real_width.' real_height: '.$real_height); // $srcImage = $i... 阅读全文
posted @ 2015-07-20 21:51 phlsheji 阅读(1533) 评论(1) 推荐(0) 编辑
摘要: 最近心血来潮,我希望能写一个通用的代码分析工具(其实这个词有点太。事实上为C代码)。看到这几天我看到代码头晕眼花,尽管Source Insight救命,仍然没有足够的智慧思考很多地方。如今主要遇到的问题有下面几个:1。非常多函数被定义为宏,然后被调用。这个就须要自己搜索到对应的定义。然后再去寻找调用... 阅读全文
posted @ 2015-07-20 20:29 phlsheji 阅读(1368) 评论(0) 推荐(0) 编辑
摘要: 跑ssis分组差错:没有关联“”。假设无法找到一个特定的连接元件,Connections 这种错误发生的收集。在网上搜了一下,解决方法:打开SqlServer Configuration Manage右键单击“Sql Server Integration Services”选择“属性”。将登录身份改... 阅读全文
posted @ 2015-07-20 19:46 phlsheji 阅读(164) 评论(0) 推荐(0) 编辑
上一页 1 ··· 282 283 284 285 286 287 288 289 290 ··· 484 下一页