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

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

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 276 277 278 279 280 281 282 283 284 ··· 630 下一页

2012年11月29日

摘要: 1 #!/usr/bin/env python 2 #encoding=utf-8 3 a=["zzzz","z","zzzzzzzzzzzzzzz"] 4 def cmp(x,y): 5 if x.__len__()>y.__len__(): 6 return 1 7 elif x.__len__()==y.__len__(): 8 return 0 9 else:10 return -111... 阅读全文
posted @ 2012-11-29 21:30 lexus 阅读(265) 评论(0) 推荐(0)

摘要: Samba配置初略指南1) 确认系统已经安装Samba软件(rpm -qa samba)2) 修改Samba配置文件:/etc/samba/smb.conf文件,添加如下更改security = share[wangzh] //<-- [share]共享路径名path = /home/wangzh //共享路径绝对路径public = yesonly guest = yeswritable ... 阅读全文
posted @ 2012-11-29 11:14 lexus 阅读(180) 评论(0) 推荐(0)

2012年11月28日

摘要: 【开源访谈】AVPlayer 作者王功铭访谈实录 - 讨论区 - 开源中国社区【开源访谈】AVPlayer 作者王功铭访谈实录虫虫 发表于 11-27 14:19 昨天(14:19), 14回/1352阅, 最后回答: 昨天(23:21) 讨论区» 技术分享 关于开源访谈开源访谈是开源中国推出的一系列针对国内优秀开源软件作者的访谈,以文字的方式记录并传播。我们希望开源访谈能... 阅读全文
posted @ 2012-11-28 17:46 lexus 阅读(652) 评论(0) 推荐(0)

摘要: fcppt 0.12.0 发布,C++常用类库 - 开源中国fcppt 0.12.0 改进了 CMake 集成,大大简化了其他基于 CMake 项目使用 fcppt 的便利性;增加了一些新函数,主要在数学计算方面;移除 fcppt.thread ,因为 boost 的原因,boost.thread 已经完成了 fcppt.thread 能做的所有事情;修复了 unique_ptr 的bug。fcp... 阅读全文
posted @ 2012-11-28 17:37 lexus 阅读(271) 评论(0) 推荐(0)

摘要: CouchDB降临Android CouchDB降临Android 作者 Abel Avram 译者 丁雪丰 发布于 2010年8月20日 领域 运维 & 基础架构, 架构 & 设计, 语言 & 开发 主题 Ruby , CouchDB , Java , 动态语言 , Android , NoSQL , .NET , 数据访问 , 移动 , 操作系统 新浪微博 腾讯微博 豆瓣网... 阅读全文
posted @ 2012-11-28 17:26 lexus 阅读(285) 评论(0) 推荐(0)

摘要: “求包养”网站暴红美国 女学生用户显著飙升_新闻_腾讯网“求包养”网站暴红美国 女学生用户显著飙升国际花边环球时报 [微博] 任安理 刘皓然2012-11-21 02:55我要分享腾讯微博QQ空间微信朋友新浪微博人人QQ邮箱开心网|xGv00|81d4345ed0b70db9d8e33923520f2229 |xGv00|72ed101822623daec364ba2c1c3141bf10环球时报... 阅读全文
posted @ 2012-11-28 17:17 lexus 阅读(324) 评论(0) 推荐(0)

摘要: Appcelerator徐旸:新一代移动互联网技术-CSDN.NETppcelerator徐旸:新一代移动互联网技术发表于2012-09-08 14:35| 1588次阅读| 来源CSDN| 0 条评论| 作者夏梦竹SDCC徐旸Appcelerator摘要:Appcelerator云计算平台技术总监兼中国区总裁徐旸带来主题为《新一代移动互联网技术... 阅读全文
posted @ 2012-11-28 16:43 lexus 阅读(345) 评论(0) 推荐(0)

摘要: C++ cross platform mobile framework only for the UI - Stack Overflow 2 down voteCross mobile is slightly impossible for now. Why not try to code everything in html5? And write platform specific C++ co... 阅读全文
posted @ 2012-11-28 16:07 lexus 阅读(290) 评论(0) 推荐(0)

摘要: Create native mobile apps for multiple platforms │ HTML5/JavaScript and C++ developer toolsLatest HTML5/JavaScript Resources Working with JavaScript PrototypesThe object hierarchy in JavaScript enable... 阅读全文
posted @ 2012-11-28 16:05 lexus 阅读(136) 评论(0) 推荐(0)

摘要: Create native mobile apps for multiple platforms │ HTML5/JavaScript and C++ developer toolsLatest C/C++ ResourcesEvent Handling in a MoSync Hybrid AppOne of the unique features of the MoSync SDK is it... 阅读全文
posted @ 2012-11-28 16:05 lexus 阅读(212) 评论(0) 推荐(0)

摘要: Real Android apps leveraging db4o persistence engine (Part 2) | Architects Zone Real Android apps leveraging db4o persistence engine (Part 2) 11.30.2010 | 4329 views | Tweet inShare0 Tweet 0 inShare s... 阅读全文
posted @ 2012-11-28 16:02 lexus 阅读(252) 评论(0) 推荐(0)

摘要: Issues with db4o in latest versions of Android?db4o NewsIssues with db4o in latest versions of Android?Posted in [Core Team] By German ViscusoSome people have reported issues after including the db4o ... 阅读全文
posted @ 2012-11-28 15:47 lexus 阅读(180) 评论(0) 推荐(0)

摘要: Proguard You are here: Platform Specific Issues > Android > Proguard Direct Link to this Article Proguard The Android SDK includes Proguard to shrink the size of the application by removing unused stu... 阅读全文
posted @ 2012-11-28 15:46 lexus 阅读(341) 评论(0) 推荐(0)

摘要: ProGuard简介Jump to: navigation, search 下载 Proguard是开源的软件,他是基于Java语言写成的,因此他的运行需要Java(JRE1.4或更高版本)运行环境。我们可以从http://Proguard.sourceforge.net 免费下载到。目前的最新版本为Proguard4.5。 介绍 ProG... 阅读全文
posted @ 2012-11-28 15:46 lexus 阅读(333) 评论(0) 推荐(0)

摘要: Real Android apps leveraging db4o persistence engine (Part 1) | Javalobby Real Android apps leveraging db4o persistence engine (Part 1) 07.19.2010 | 7316 views | Tweet inShare0 This the first delivery... 阅读全文
posted @ 2012-11-28 15:24 lexus 阅读(165) 评论(0) 推荐(0)

摘要: openintents - Make Android applications work together. - Google Project HostingOpenIntents has been accepted for Google Summer of Code 2012! Previously OpenIntents participated in Google Summer of Co... 阅读全文
posted @ 2012-11-28 15:18 lexus 阅读(36) 评论(0) 推荐(0)

摘要: java - How to install and use db4o for Android? - Stack Overflow 2 down vote favorite4I have to admit that I'm new to Java and Android. db4o seems to be an excellent DB framework to replace SQLite htt... 阅读全文
posted @ 2012-11-28 15:18 lexus 阅读(254) 评论(0) 推荐(0)

摘要: openintents - Make Android applications work together. - Google Project HostingOpenIntents has been accepted for Google Summer of Code 2012! Previously OpenIntents participated in Google Summer of Co... 阅读全文
posted @ 2012-11-28 15:17 lexus 阅读(44) 评论(0) 推荐(0)

摘要: android-passwordsafe - Android Password Safe - Google Project Hosting android-passwordsafe Android Password Safe Project Home Wiki Source Summary People Project Information [Click to star project]... 阅读全文
posted @ 2012-11-28 15:15 lexus 阅读(92) 评论(0) 推荐(0)

摘要: Android Password ManagerAndroid Password ManagerContentsDetailsSQL Initialization overheadDatabase opening and creation mechanismUpdating and inserting dataFetching all entriesFetching an entry by a f... 阅读全文
posted @ 2012-11-28 15:11 lexus 阅读(309) 评论(0) 推荐(0)

上一页 1 ··· 276 277 278 279 280 281 282 283 284 ··· 630 下一页