2013年2月25日
摘要: WaxWax is a framework that lets you write native iPhone apps in Lua.Github地址:https://github.com/probablycorey/wax准备工作:git clonehttps://github.com/probablycorey/wax.git打开终端,cd wax执行命令:rake install,安装XCode template打开XCode,却没有发现Wax的template……Google之后,发现貌似只支持XCode 3如此这般,我们只能手动安装Wax了1、添加文件新建iOS应用项目,使用Emp 阅读全文
posted @ 2013-02-25 11:47 Anthony Li 阅读(1007) 评论(0) 推荐(0) 编辑
  2013年2月24日
摘要: Sublime Text官方网站:http://www.sublimetext.com/安装包管理器:Package Control参考:http://wbond.net/sublime_packages/package_controlcontrol + ~显示console界面,执行以下命令:import urllib2,os; pf='Package Control.sublime-package'; ipp=sublime.installed_packages_path(); os.makedirs(ipp) if not os.path.exists(ipp) else 阅读全文
posted @ 2013-02-24 11:54 Anthony Li 阅读(354) 评论(0) 推荐(0) 编辑
  2013年2月20日
摘要: Lua官方网站:http://www.lua.org维基百科:http://en.wikipedia.org/wiki/Lua_(programming_language)1、 安装RudixRudix:http://rudix.orgRudix is a collection of pre-built Unix software delivered as packages for Mac OS X: “The hassle-free way to get Unix programs on Mac OS X”打开终端,执行curl -O https://raw.github.com/rudix 阅读全文
posted @ 2013-02-20 10:00 Anthony Li 阅读(3941) 评论(1) 推荐(0) 编辑
  2013年2月1日
摘要: 参考:Embedding Cordova WebView on iOS开发环境:XCode 4.6Cordova 2.3.0准备工作<1 新建config.xml文件<?xml version="1.0" encoding="UTF-8"?><cordova> <preference name="KeyboardDisplayRequiresUserAction" value="true" /> <preference name="SuppressesInc 阅读全文
posted @ 2013-02-01 11:32 Anthony Li 阅读(10615) 评论(2) 推荐(0) 编辑
  2013年1月22日
摘要: 准备工作:< 下载下载:http://www.restlet.org/downloads/stableEdition for JavaEE -> Zip Archive解压缩< 添加JAR文件将restlet/libs/目录下:org.restlet.jar文件和org.restlet.ext.servlet.jar文件添加项目Class Build Path1、修改web.xml文件添加URL模式(<url-pattern>)到Servlet的映射关系设置Servlet的初始化参数(<init-param>),参数名(<param-name&g 阅读全文
posted @ 2013-01-22 13:31 Anthony Li 阅读(4307) 评论(0) 推荐(0) 编辑
  2013年1月21日
摘要: 项目地址:http://code.google.com/p/ksoap2-android/服务器端,参考:【Web Service】Apache Tuscany发布Web Service准备工作:下载JAR文件地址:http://ksoap2-android.googlecode.com/svn/m2-repo/com/google/code/ksoap2-android/ksoap2-android-assembly/3.0.0-RC.4/ksoap2-android-assembly-3.0.0-RC.4-jar-with-dependencies.jar添加至项目Build Path示例 阅读全文
posted @ 2013-01-21 11:54 Anthony Li 阅读(2912) 评论(1) 推荐(0) 编辑
  2013年1月18日
摘要: wsdl2objc地址:http://code.google.com/p/wsdl2objc/服务器端,参考:【Web Service】Apache Tuscany发布Web Service准备工作:svn checkouthttp://wsdl2objc.googlecode.com/svn/trunk/<生成代码运行WSDLParser项目WSDL栏输入wsdl的地址Output Location栏输入输出代码的目录点击Parse WSDL按钮生成代码:<添加到项目<支持libxml2TARGETS-> Build Settings -> Linking -& 阅读全文
posted @ 2013-01-18 15:16 Anthony Li 阅读(4907) 评论(0) 推荐(1) 编辑
摘要: Apache Tuscany地址:http://tuscany.apache.org准备工作:>下载SCA-Java-2.0包地址:http://tuscany.apache.org/sca-java-2x-releases.html选择相应系统下Binary类型的包,解压缩>添加jar包添加tuscany/lib目录下,以下3个jar包:tuscany-base-runtime-aggregation-2.0.jartuscany-binding-ws-runtime-axis2-aggregation-2.0.jartuscany-sca-api-2.0.jar1、编辑web. 阅读全文
posted @ 2013-01-18 11:17 Anthony Li 阅读(1632) 评论(1) 推荐(0) 编辑
摘要: 地址:http://www.swetake.com/qr/java/qr_java.html1、下载解压缩,添加swetake/lib/Qrcode.jar2、使用API文档:http://www.swetake.com/qr/java/docs/index.html代码示例:import java.awt.Color;import java.awt.Graphics2D;import java.awt.image.BufferedImage;import java.io.ByteArrayOutputStream;import javax.imageio.ImageIO;import com 阅读全文
posted @ 2013-01-18 09:42 Anthony Li 阅读(13090) 评论(0) 推荐(1) 编辑
  2013年1月15日
摘要: 项目地址:https://github.com/jbenet/ios-ntpNTP 维基百科:http://en.wikipedia.org/wiki/Network_Time_Protocol准备工作git clone 项目 ios-ntphttps://github.com/jbenet/ios-ntp.gitgit clone 项目 CocoaAsyncSockethttps://github.com/robbiehanson/CocoaAsyncSocket.git1、添加frameworks解压缩ios-ntp/release/ios-ntp.tar.gz,得到ios-ntp.fra 阅读全文
posted @ 2013-01-15 10:29 Anthony Li 阅读(1718) 评论(0) 推荐(0) 编辑

博客园博客已停止更新,博客地址:dyinigbleed.com