- 博客(11)
- 收藏
- 关注
转载 svn不能提交.a文件配置方法
打开终端, 在命令行中输入: open ~/.subversion/config 来打开配置文件. 然后, 在文件中搜索 [auto-props] ,并在它上面添加: global-ignores=.o .lo .la .al .libs .so .so.[0-9] .pyc .pyo ...
2015-01-26 11:46:00
190
转载 Go语言基础开发
package main import "fmt" type Integer int func (a *Integer) add(b Integer) {*a += b} func main() {var a Integer = 1a.add(2)fmt.Println("a ...
2013-12-28 18:03:00
116
转载 jQuery 拉幕特效,像电动窗帘一样拉开
jQuery 拉幕特效,像电动窗帘一样拉开 转载于:https://my.oschina.net/roderickkennedy/blog/159196...
2013-09-04 21:18:00
653
转载 百度地图
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="init...
2013-09-02 13:59:00
127
转载 JavaScript 复制功能代码,兼容多浏览器
<head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>JavaScript 复制功能代码,兼容多浏览器</title> ...
2013-09-02 10:41:00
184
转载 LaucherSplash
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height...
2013-08-27 13:03:00
96
转载 网络接口
import java.io.ByteArrayInputStream; import java.io.File; import java.io.FileNotFoundException; import java.io.IOException; import jav...
2013-08-23 17:41:00
168
转载 UITabView
import java.util.ArrayList; import java.util.List; import android.content.Context; import android.util.AttributeSet; import androi...
2013-08-23 14:47:00
90
转载 UITabView使用
import android.app.Activity; import android.os.Bundle; import android.util.Log; import android.widget.Toast; import br.com.dina.ui.R; ...
2013-08-23 14:47:00
152
转载 Dialog 对话框
builder.setTitle(R.string.please_select_loacation); builder.setSingleChoiceItems(R.array.country, 0, new DialogInterface.OnClickListener() { ...
2013-08-22 13:28:00
105
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅