05 2013 档案
摘要:http://www.cnblogs.com/chillsrc/archive/2013/01/30/2883648.htmlhttp://www.cnblogs.com/zjfree/archive/2010/12/27/1918400.htmlhttp://www.plupload.com/example_queuewidget.phphttp://www.cnblogs.com/luckybird/archive/2013/01/15/2861072.htmlhttp://www.cnblogs.com/weisenz/archive/2013/03/26/2983663.htmlhtt
阅读全文
摘要://var weather = weatherService.Search("http://m.weather.com.cn/data/101010100.html"); string temp = string.Empty;//温度 string desct = string.Empty;//气象文字描述 string pic = string.Empty;//气象图片描述 string humi = string.Empty;//湿度 string copy = string.Empty;//信息版权 DateTime nowTime = DateTime.Now; v
阅读全文
摘要:/// <summary> /// 数据访问助手类 //https://mongolab.com/login/ 远程MongoDb免费数据库 /// </summary> public class MongoHelper : IDisposable { private MongoServer mongoServer = null; private MongoDatabase mongoDatabase = null; private readonly static string connectionString = "mongodb://fn2008:1234
阅读全文
摘要:http://developer.android.com/guide/components/fundamentals.html
阅读全文
摘要:private void button5_Click(object sender, EventArgs e) { //string dd=System.Guid.NewGuid().ToString("N"); //[{"aqi":60,"area":"\u5317\u4eac","pm2_5":3,"pm2_5_24h":43,"position_name":"\u4e07\u5bff\u897f\u5bab","prima
阅读全文
摘要:Collection ├List │├LinkedList │├ArrayList │└Vector │ └Stack └Set Map ├Hashtable ├HashMap └WeakHashMap Map map = new HashMap();Iterator iter = map.entrySet().iterator();while (iter.hasNext()) { Map.Entry entry = (Map.Entry) iter.next(); Object key = entry.getKey(); Object val = entry.getValue();}Hash
阅读全文
摘要:https://github.com/white-cat/ThinkAndroidhttp://www.thinkandroid.cn/forum.php?mod=viewthread&tid=3609&extra=page=1http://www.thinkandroid.cn/thread-3365-1-1.html(使用教程)
阅读全文
摘要:http://www.csdn.net/article/2013-05-03/2815127-Android-open-source-projectshttp://blog.csdn.net/sunboy_2050/article/details/8882236直接拿来用!最火的Android开源项目(一)发表于2013-05-03 14:58| 54703次阅读| 来源CSDN| 525 条评论| 作者唐小引GitHubAndroid开源项目移动开发最受欢迎的开源项目 摘要:对于开发者而言,了解当下比较流行的开源项目很是必要。利用这些项目,有时能够让你达到事半功倍的效果。为此,CSDN特整理
阅读全文
摘要:http://soft.oneedu.cn/bbs/2012/1130/997.html
阅读全文
摘要:http://www.cnblogs.com/windlikesandlike/archive/2013/04/12/3015802.htmlhttp://blog.csdn.net/hustpzb/article/category/749610http://www.cnblogs.com/playing/category/286537.htmlhttp://www.cnblogs.com/salam/tag/Android2.2/http://mobile.51cto.com/hot-322162.htmhttp://blog.csdn.net/ztp800201/article/detai
阅读全文
摘要:http://stackoverflow.com/questions/2153902/upload-image-with-photoshop-scripting
阅读全文
摘要:function httpGetFile(url, port){ if(url.substr(0,7)=="http://") url=url.substr(7); if(!port) port=80; var domain=url.split("/")[0]+":"+port; var fileName=url.substr(url.lastIndexOf("/")+1); var call="GET "; if(url.indexOf("/")<0){ call+=
阅读全文
摘要:// Copyright 2008. Studio Melipone. All rights reserved.// Licence GNU LGPL// Send the active document to the UpShot web service (http://upshotit.com)// The document is sent as a .png file, as a draft on the user's account.// Therefore you must have a document opened and Adobe Bridge installed t
阅读全文
摘要:http://ps-scripts.com/bb/viewforum.php?f=29&sid=b968740cdb419a14b378d2fd969c32b5
阅读全文
摘要://激活Photoshop,设置为活动窗口 app.bringToFront();var PRESOLUTION=72; var startRulerUnits=app.preferences.rulerUnits; var startTypeUnits=app.preferences.typeUnits; app.preferences.rulerUnits = Units.PIXELS; app.preferences.typeUnits = TypeUnits.PIXELS;var dialogue="dialog{\ text:'自动切图V0.1',\ gro
阅读全文
摘要:listbox的一个控件使用范例//访问Photoshop,并把应用程序放置顶层 #target photoshop app.bringToFront();var dlg = new Window('dialog', 'Alert Box Builder', [100,100,480,245]); // create list box with two titled columns var list = dlg.add ('ListBox', [0, 0, 150, 75], 'asd', {numberOfColumns: 2,
阅读全文
摘要:提交任务photoshop的脚本端//访问Photoshop,并把应用程序放置顶层 #target photoshop app.bringToFront(); //设置场景像素 app.preferences.rulerUnits = Units.PIXELS; app.preferences.typeUnits = TypeUnits.PIXELS;if (app.documents.length != 0) { //放缩图大小 不知道为什么不起作用 BUG? app.activeDocument.resizeImage =( 20 , 20 ,72 , ResampleMethod.B..
阅读全文
摘要:/*<javascriptresource> <name>PSD TO HTML</name> <about>v1.0--https://github.com/wanxianjia/PSD2HTML</about> <menu>help</menu> <enableinfo>true</enableinfo> </javascriptresource>*/// Settings#target photoshopapp.displayDialogs = DialogModes.
阅读全文
摘要:#target "photoshop"var outputWidth = 1024;var inputFolder = Folder.selectDialog("Input folder");var outputFolder = Folder.selectDialog("Output folder");if (inputFolder != null && outputFolder != null) { var files = inputFolder.getFiles("*.psd"); for (v
阅读全文
摘要:#target photoshop app.bringToFront(); // 带自动判断横竖的统一宽高操作。默认是直接保存关闭,原文件要注意备份! v2.0 - 2008.3.29 // 原发:bbs.blueidea.com - Photoshop版 var nowTime=new Date(); var PRESOLUTION = 72; var startRulerUnits = app.preferences.rulerUnits; var startTypeUnits = app.preferences.typeUnits; app.preferences.rulerUnits
阅读全文
摘要:姓名(Name):3ddown.com组织(Organization):3ddown.com注册码(Serial):NAVJ-W56S-3YUU-MVHVhttp://daffodil.codeplex.com/http://java-psd-library.googlecode.com/svn/!svn/bc/121/trunk/psd-library/src/psd/parser/PsdFileParser.javahttp://blog.programet.org/2010/04/mingw-codeblocks.htmlhttp://hi.baidu.com/fly6688/item/
阅读全文
摘要:http://phone.codeplex.com/
阅读全文
摘要:http://www.geekchamp.com/marketplace/components/windows-phone-power-tools
阅读全文
摘要:Microsoft Office Document Imaging 虚拟打印机http://www.codeproject.com/Articles/10130/OCR-with-Microsoft-OfficeExtracting Text From ImageThe following program shows you how to extract text from image. For this you'll have add reference (under COM tab) of "Microsoft Office Document Imaging Librar
阅读全文
摘要:http://www.cnblogs.com/linzheng/archive/2010/11/07/1871069.htmlhttp://archive.plugins.jquery.com/project/pagination
阅读全文
摘要:http://masonry.desandro.com/index.html
阅读全文