big bug ban

兴趣 创新 践行

Android开发日志 MapView使用需要注意的部分

 

好像网上的都比较全了.我就只写写要注意的部分

第一. 新建AVD的时候一定要注意

需要创建一个含有Google Apis的AVD

如图所示

image

第二  在Android Manifest.xml中增加以下语句 增加map的支持

<?xml version="1.0" encoding="UTF-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="com.techest.schoolpaper">
    <application>[......]

继续阅读

Written by princehaku

十月 26th, 2010 at 6:35 下午

697 views

Posted in Android

Tagged with

without comments

time is not enough

 

there is no time for me to do somethings that i do really want to do...

like doing my desiring site http://techest.net

and there still comes many many problems

The android project Has been postponed for one month.now there are only two weeks left ..

in all word,

time waits for no one .

just hardworking

Written by princehaku

十月 25th, 2010 at 10:42 下午

298 views

Posted in things goes by

without comments

wordpress 控制摘要长度

 

今天在弄那个党校那个东西的时候遇到的..

网上找了很多方式 都太复杂了

其实要改动还是多简单的

本来输出文章的函数是

<?php the_content();?>

将它改为

<?php echo mb_substr(get_the_excerpt(),0,200,"utf8")."[...]";?>

说明一下the_excerpt()是得到摘要

get_the_excerpt()是得到摘要的string 然后再切断..再echo就可以了

Written by princehaku

十月 12th, 2010 at 8:02 上午

432 views

Posted in php

Tagged with

without comments

upgraded to windows 7 x64

 

haha   haha ~ :mrgreen:

Written by princehaku

十月 6th, 2010 at 2:19 上午

359 views

Posted in things goes by

Tagged with

without comments

最近做的事情

 

1.  党校在线考试系统 http://dx.3haku.net 测试用户 123 密码123 管理员 admin 密码 admin 2. 公司的东西. 3. qqmsger重新挂到服务器上了. 4...[......]

继续阅读

Written by princehaku

九月 25th, 2010 at 12:07 上午

534 views

Posted in things goes by

Tagged with ,

with 3 comments

php 在线考试系统 (3) 小框架 litphp

 

本来是想用tp的, 但是感觉tp大了点, 其实个人觉得php的方向应该是快速开发 什么mvc那类的,只用做到模版和代码分离即可 没必要搞些复杂的东西 想复杂 想规...[......]

继续阅读

Written by princehaku

九月 17th, 2010 at 11:22 下午

803 views

Posted in php

Tagged with ,

with 2 comments

php 在线考试系统 (2) 从sql server迁移mysql

 

党校的考试资料以前都有,他们不想再输入一次.那就用以前的数据库吧

不过呢.以前的数据库是sql server的.目标的db是mysql

这里有个很简单的工具

就是微软...[......]

继续阅读

Written by princehaku

九月 10th, 2010 at 12:55 下午

579 views

Posted in php

Tagged with ,

without comments

ubuntu server 安装VPN pptp

 

首先说一点.安装pptp类型的VPN VPS不能是openvz的 XEN的都可以 首先使用如下命令安装pptp sudo apt-get install pptpd

然后执行

sudo vim /etc/pp...[......]

继续阅读

Written by princehaku

九月 9th, 2010 at 10:55 下午

773 views

Posted in linux

Tagged with ,

without comments

php 在线考试系统 (1)

 

这个是前几天老师让做的

要求很简单

系统随机从题库出100道题

做完计算成绩

------------------------------

还没开始做,考虑了一下,后台比较简单...[......]

继续阅读

Written by princehaku

九月 5th, 2010 at 5:51 下午

774 views

Posted in php

Tagged with ,

with 4 comments

大三了

 

rt![......]

继续阅读

Written by princehaku

九月 3rd, 2010 at 11:21 下午

498 views

Posted in things goes by

with one comment

Pages: Prev 1 2 3 4 5 6 7 8 9 10 ...26 27 28 Next