浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2012年4月23日

摘要: 放飞梦想 » WebKit的JavaScript对象扩展WebKit的JavaScript对象扩展2012年1月12日 alex 发表评论 阅读评论转载时请注明出处和作者联系方式: http://mogoweb.net mogoweb@gmail.com本文的内容主要参考网上收集的资料,不过在Android 4.0 webkit上做扩展时,碰到一些问题,觉得有必要记录下来。所谓扩展JavaScri... 阅读全文
posted @ 2012-04-23 22:58 lexus 阅读(917) 评论(0) 推荐(0)

摘要: 代购类网站商品高清晰大图片(1000x1000)的采集解决方案 - hackercai - 博客园博客园社区首页新随笔联系管理订阅 随笔- 2 文章- 0 评论- 2代购类网站商品高清晰大图片(1000x1000)的采集解决方案需求: 代购类的网站,因为我们一直没有自拍的图片,用的是外网上抓来的,有些像素不好限制了我们放大图片,需要考虑一个万全之策,让图片最大限度的放大,还要清晰。问题原因:1.... 阅读全文
posted @ 2012-04-23 22:21 lexus 阅读(517) 评论(0) 推荐(0)

摘要: Html5版本的全套股票行情图开源了,附带实现技术简介 - 玉开 - 博客园Html5版本的全套股票行情图开源了,附带实现技术简介请使用支持html5的浏览器查看,推荐使用google chrome或者ipad体验,ie6,7,8都不支持html5下面是行情图的快照和每个图的实现难点简介,有兴趣的朋友请用svn checkout出来,或者直接访问项目文件看源码 。Google code的项目地址是... 阅读全文
posted @ 2012-04-23 22:18 lexus 阅读(596) 评论(0) 推荐(0)

摘要: MySQLProxySpy工作原理_新浪网友_新浪博客MySQLProxySpy工作原理https://github.com/MysqlProxy/mysqlproxy#readme 一. 基本原理 MySQL Proxy处于MySQL Client和MySQL Server之间,通过截断、改变并转发客户端的查询请求等然后代理和后端数据库之间的通信来实现其主要功能。二.MySQL 网... 阅读全文
posted @ 2012-04-23 22:14 lexus 阅读(543) 评论(0) 推荐(0)

摘要: 淘宝下单高并发解决方案 - 玉开 - 博客园淘宝下单高并发解决方案周末参加了@淘宝技术嘉年华主办的技术沙龙,感觉收获颇丰,非常感谢淘宝人的分享。这里我把淘宝下单高并发解决方案的个人理解分享一下。我不是淘宝技术人员,本文只是写自己的理解,所以肯定是会有一些出入的。在session中牧劳为我们介绍了淘宝下单部分的技术方案变迁,我不介绍变迁,而只对现有系统做介绍。要优化下单,提高下单的TPS (Tran... 阅读全文
posted @ 2012-04-23 22:01 lexus 阅读(432) 评论(0) 推荐(0)

摘要: ……。 阅读全文
posted @ 2012-04-23 21:28 lexus 阅读(206) 评论(0) 推荐(0)

摘要: make: Nothing to be done for `first' - Nick的日志 - 网易博客make: Nothing to be done for `first'2009-10-25 20:19:55|分类: Qt |标签: |字号大中小订阅在qt目录下make后出现以下错误:make: Nothing to be done for `first'解决:将你当前目录下的,删除你程... 阅读全文
posted @ 2012-04-23 20:08 lexus 阅读(1229) 评论(0) 推荐(0)

摘要: How_to_build_a_static_Qt_version_for_Windows_with_gcc | Qt Wiki | Qt Developer NetworkTable of ContentHow to build a static Qt version for Windows with GCC PreparationCleaning up the foldersEditing th... 阅读全文
posted @ 2012-04-23 19:55 lexus 阅读(721) 评论(0) 推荐(0)

摘要: Django | QuerySet API reference | Django documentationbulk_create¶ bulk_create(objs)¶ New in Django 1.4: Please see the release notesThis method inserts the provided list of objects into the databas... 阅读全文
posted @ 2012-04-23 16:03 lexus 阅读(282) 评论(0) 推荐(0)

摘要: Change & Set the Default crontab Editor Change & Set the Default crontab Editor Mar 7, 2011 - 8 Comments default-crontab-editor Most hardcore command line users and unix geeks love vi, but I prefer ... 阅读全文
posted @ 2012-04-23 13:55 lexus 阅读(327) 评论(0) 推荐(0)

摘要: Linux Start Restart and Stop The Cron or Crond ServiceLinux Start Restart and Stop The Cron or Crond Serviceby Vivek Gite on December 29, 2006 · 12 commentsHow do I start, restart and stop the cron se... 阅读全文
posted @ 2012-04-23 13:26 lexus 阅读(384) 评论(0) 推荐(0)

摘要: Lock your script (against parallel run) [Bash Hackers Wiki]Lock your script (against parallel run)Why lock?Sometimes there's the need to ensure that a script is only executed one time. Imagine some cr... 阅读全文
posted @ 2012-04-23 11:34 lexus 阅读(417) 评论(0) 推荐(0)

摘要: CronHowto - Community Ubuntu DocumentationCronHowto Contents Introduction Using Cron Crontab Sections Crontab Options Enable User Level Cron Further Considerations Troubleshooting and Common Problems... 阅读全文
posted @ 2012-04-23 11:04 lexus 阅读(225) 评论(0) 推荐(0)

摘要: 菜鸟学Python(9):给文件添加内容,得到文件信息 - wayne 我的陋室我做主 - 博客频道 - CSDN.NET菜鸟学Python(9):给文件添加内容,得到文件信息 分类: Python 2007-09-11 19:20 852人阅读 评论(0) 收藏 举报经常会遇到给文件添加内容的时候,如果只是添加在文件的末尾,就比较简单了:file=open(filename,'a')file... 阅读全文
posted @ 2012-04-23 11:03 lexus 阅读(370) 评论(0) 推荐(0)

摘要: Solex - Web Application Testing with Eclipsesome web applications, a request depends on a previous server's response. To address such a requirement, Solex introduces the concept of extraction and repl... 阅读全文
posted @ 2012-04-23 08:16 lexus 阅读(192) 评论(0) 推荐(0)

摘要: 。。。。Install libreoffice in ubuntu 11.04/10.10/10.04 using PPA|Ubuntu GeekLibreOffice is a productivity suite that is compatible with other major office suites, and available on a variety of platforms.... 阅读全文
posted @ 2012-04-23 07:59 lexus 阅读(198) 评论(0) 推荐(0)

摘要: Red Hat定制计划任务crontab介绍 - fanqiang.comRed Hat定制计划任务crontab介绍 来源:IBM (2006-05-18 15:47:10) crontab通过cron服务使用户能够在指定的时间执行某些程序,它通过cron复制,创建列出,删除crontab文件来管理用户权限和计划。命令格式:crontab [-u username] [-l] [-e] ... 阅读全文
posted @ 2012-04-23 07:48 lexus 阅读(358) 评论(0) 推荐(0)

摘要: Qt4.7.4下单独编译QtWebkit_奕贤2003_新浪博客Qt4.7.4下单独编译QtWebkit 最近编译出了Qt4.7.4的嵌入式版本,但没有编译QtWebkit库。在编译一个使用Webkit的工程时出错,而根据工程的需要,要单独编译QtWebkit库。 由于不想再次编译整个的Qt库,于是进行了下面的尝试,发现单独编译QtWebkit还是简单的,当然其它模块也是一样的。具体过程如下:1.... 阅读全文
posted @ 2012-04-23 07:37 lexus 阅读(1809) 评论(0) 推荐(0)

摘要: Best Proxy Extensions For Your Google ChromeBest Proxy Extensions For Your Google ChromeBy Edna | Published: April 22, 2012A proxy works by hiding your online identity by redirecting web browser traff... 阅读全文
posted @ 2012-04-23 00:48 lexus 阅读(1904) 评论(0) 推荐(0)

摘要: Fancy Browser Example | Documentation | Qt Developer NetworkFancy Browser ExampleFiles:webkit/fancybrowser/jquery.min.jswebkit/fancybrowser/mainwindow.cppwebkit/fancybrowser/mainwindow.hwebkit/fancybr... 阅读全文
posted @ 2012-04-23 00:47 lexus 阅读(472) 评论(0) 推荐(0)