`
文章列表
keytool -list -alias androiddebugkey -keystore debug.keystore -storepass android -keypass android
最近在学Android,想做个google-map-api的小应用,哪知道费死劲了…… 首先是关于<uses-library />的引用位置,书中没有提及,结果程序一运行就出现has stopped unexpectedly错误,我一开始以为api给的key有问题,于是重新申请了一下,可是问题仍在,于是网上一顿狂搜,发现应该是这样滴: <application android:icon="@drawable/icon" android:label="@string/app_name"> <activi ...
引用Assembly language is useful because it provides a common output language for different compilers for different high-level languages. For example, C compilers and Fortran compilers both generate output files in the same assembly language. 汇编语言是有用,因为它为不同的高级语言不同的编译器提供了通用的输出语言。例如,C 编译器和Fortran编译器都使用相同的 ...
以下内容可以在config_defaults_inc.php中找到。 建议把该内容拷到config_inc.php中. ############################# # Mantis Email Settings ############################# # --- email variables ------------- $g_administrator_email = 'xxxx@xxx.com'; #xxxx@xxx.com是要修改为 ...
#!/usr/bin/env python #coding=utf-8 """Here we load a .TTF font file, and display it in a basic pygame window. It demonstrates several of the Font object attributes. Nothing exciting in here, but it makes a great example for basic window, event, and font management.""&q ...
表的创建 CREATE TABLE `lee` ( `id` int(10) NOT NULL AUTO_INCREMENT, `name` char(20) DEFAULT NULL, `birthday` datetime DEFAULT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=utf8 数据插入: insert into lee(name,birthday) values ('sam','1990-01-01'); insert into lee(name,birthday) values ('lee ...
<s:set var="xs_heji" value="0" /> <s:set var="km_heji" value="0" /> <s:iterator value="pager.list" var="pfsubjectmap"> <tr> <td>&nbsp;${pfsubjectmap.jsid }</td> <td>&nbsp;${pfsubjectma ...

Git 入门一

    博客分类:
  • git
1.创建版本管理数据库 例:git init 2.复制一个数据库指定文件夹 例:git clone git@codaset.com:a564941464/public.git 3.添加文件(假设刚创建文件readme) 例:git add readme 4.提交到本地git库 例:git commit -m "这是注释,提交一个readme文件"  
自己是一个Java的爱好者,在翻译The JavaTM Virtual Machine Specification这本规范,一个人的精力实在有限,希望大家积极参与,一起把这本Java虚拟机规范翻译完毕,在此先谢谢大家。
svn地址:https://javavmspec.svn.sourceforge.net/svnroot/javavmspec 希望有兴趣的兄弟加入,Q—Q群号:101571310
Global site tag (gtag.js) - Google Analytics