仿造微信,第一次进入去引导界面,否则进启动界面。 package
edu.hpu.init;import edu.hpu.logic.R;import android.app.Activity;import
android.content.Intent;import android.content....
分类:
移动开发 时间:
2014-05-13 22:46:07
阅读次数:
452
package edu.hpu.init;import
android.app.Activity;import android.content.Intent;import
android.os.Bundle;import android.os.Handler;import edu.hpu.logic...
分类:
移动开发 时间:
2014-05-13 22:35:50
阅读次数:
462
create or replace function get_sal1(id
employees.employee_id%type) return number is sal employees.salary%type;begin sal
:= 0; select salary into s...
分类:
数据库 时间:
2014-05-13 19:41:58
阅读次数:
456
1>msvcrtd.lib(ti_inst.obj) : error LNK2005:
"private: __thiscall type_info::type_info(class type_info const &)"
(??0type_info@@AAE@ABV0@@Z) 已经在 libcmt...
分类:
其他好文 时间:
2014-05-13 19:30:41
阅读次数:
420
前一个元素设置浮动了紧挨着的元素就浮动在上个元素的下面被上个元素给覆盖要不想被覆盖
要清除浮动clear:left clear:right左浮元素不覆盖 右边元素不覆盖clear:both; Document Header Content
...
分类:
Web程序 时间:
2014-05-13 19:12:13
阅读次数:
357
转自Ibm:Name mangling is the encoding of function and
variable names into unique names so that linkers can separate common names in
the language. Type n...
分类:
编程语言 时间:
2014-05-13 18:18:53
阅读次数:
421
1:session 与cookie 的区别session
保存在浏览器,关闭浏览器自己失效,一般保存20分钟 cookie 保存在自己的电脑上2:$_FILE 判断是否有文件上传 //
enctype选择要上传的文件3:$_cpload 将文件上传到服务器的哪里is_uploaded_file(.....
分类:
数据库 时间:
2014-05-13 17:13:11
阅读次数:
375
1.初级改善
为页面添加正确的DOCTYPE很多设计师和开发者都不知道什么是DOCTYPE,DOCTYPE有什么用。DOCTYPE是document
type的简写。主要用来说明你用的XHTML或者HTML是什么版本。浏览器根据你DOCTYPE定义的DTD(文档类型定义)来解释页面代码。所以,如果你...
分类:
Web程序 时间:
2014-05-13 16:39:16
阅读次数:
402
importjava.io.FileNotFoundException;
importjava.io.FileOutputStream;
importjava.io.IOException;
importandroid.R.integer;
importandroid.content.Context;
importandroid.os.Environment;
publicclassFileService{
privateContextcontext;
publicFileService(Contextcon..
分类:
移动开发 时间:
2014-05-13 02:59:18
阅读次数:
329
学习ContentproviderUri的格式:“content://”+authority+“/表名”字符串转成Uri格式:Uri.parse();获取Cursor某一项的数据:Cursor先锁定某一行:如cursor.movetofirst();Cursor再根据列名锁定某一列,最后取出数据:cursor.getvaluesType(cursor.getcolumnindex(“列名”)..
分类:
其他好文 时间:
2014-05-13 01:51:36
阅读次数:
405