- 博客(9)
- 问答 (1)
- 收藏
- 关注
原创 adb 的js封装
使用 process.exec执行shell命令。var process = require('child_process');function exec(shell) {process.exec(shell,function (error, stdout, stderr) {if (error !== null) {console.log('exec error:...
2019-04-24 09:51:38
1421
原创 西部笔记本
西部笔记本[url=http://www.xbnb.com/?u=62]西部笔记本[/url][url=http://www.xbnb.com/?u=62][img]http://www.xbnb.com/themes/default/images/logo.gif[/img][/url]
2014-02-17 10:49:27
667
原创 Market - Promotion 2
http://blog.muhammada.li/where-to-promote-android-appshttp://www.technewscentral.co/how-to-promote-android-app/
2013-06-14 23:33:40
536
转载 Market - Promote
This article is about promoting android app for increased number of downloads. These are the steps I found while trying to promote my own android app: Cool Facts For Android NOTE: First of all
2013-06-14 23:27:12
911
原创 Android系统开发 - 扩展Androidmanifest.xml文件中<application>标签的属性
如下Android的流行,Android平台的开放性有其必然的优势,使得更多的厂商投入到基于Android平台开发当中,但是过多没有公共规范的定制化使得各个厂商也不会走的太远,而对开发者而言,开发一款杀手级的且能在大多android设备中运行的应用也愈来愈难。有点离题了,现在言归正传,开发过程中可能基于某种原因需要扩展manifest文件中的application标签或其他标签的属性,此处以扩
2013-05-31 15:33:31
1072
原创 backup - calendar
package com.voice.secretary;import java.text.ParseException;import java.text.SimpleDateFormat;import java.util.Calendar;import java.util.Date;import java.util.HashMap;import java.util.TimeZone
2012-03-10 22:22:19
618
原创 CXF Restful Service(xml,json格式)
CXF JAX-RS实现Rest service1. Resource import javax.ws.rs.*;@Path(value = "/student")public interface StudentService{ @GET @Path(value = "/getinfo") @Produces({"application/xml","
2012-03-09 22:43:08
3602
1
转载 Android - Calendar
Android的calendar是够让人纠结的。转载两篇老外的文章过来,慢慢学习1 Calendar add eventCalendarThe calendar content provider is not officially published in the Android SDK but after searching through the Android source co
2012-03-07 11:15:07
1232
原创 Android: ListView添加animation后,在animation播放过程中背景变为黑色背景的解决方法
问题描述:在给ListView添加了一个animation后,发现ListView的animation播放过程中它的背景色变为了黑色。尝试设置ListView的背景为透明,但不起作用。最后经过大量搜索,在stack overflow上发现了最终解决方法(http://stackoverflow.com/questions/7160332/android-listview-background-
2012-02-17 09:44:02
873
空空如也
在虚拟机上安装nginx,无法通过http访问nginx的状态
2015-09-11
TA创建的收藏夹 TA关注的收藏夹
TA关注的人