• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
一蓑烟雨
C/C++,Linux,语音技术
博客园    首页    新随笔    联系   管理    订阅  订阅
上一页 1 2 3 4 5 6 ··· 14 下一页
2012年12月13日
ACE问题记录
摘要: 1、ACE-6.X 版不支持ACE_static_cast宏,而ACE-5.5是支持的,在强制类型转换时直接用static_cast。 阅读全文
posted @ 2012-12-13 17:18 lovemu 阅读(303) 评论(1) 推荐(0)
Mysql问题记录
摘要: 1、SELECT k.imei,p.imsi,n.userid, m.report_type,m.report_time,k.result_code FROM MC_MESSAGE_INFO t,MC_MESSAGE_HIS_1221 k, MC_PHONE_INFO p, MC_MESSAGE_REPORT_1221 m,MC_DEVICETOKEN_MAP_p99999999 n WHERE t.infoid=k.infoid AND k.msgid=m.msgid AND k.imei=p.imei AND p.imei=n.imei AND t.requestid = ‘6766875 阅读全文
posted @ 2012-12-13 17:06 lovemu 阅读(328) 评论(0) 推荐(0)
2012年11月30日
深入浅出Android:传送数据到新的Activity(BMI)
摘要: 1、MainActivity.java 1 package example.bmi; 2 3 import java.text.DecimalFormat; 4 5 import android.net.Uri; 6 import android.os.Bundle; 7 import android.app.Activity; 8 import android.app.AlertDialog; 9 import android.content.ClipData.Item; 10 import android.content.DialogInterface; 11 imp... 阅读全文
posted @ 2012-11-30 23:41 lovemu 阅读(297) 评论(0) 推荐(0)
深入浅出Android:加入新的Activity(BMI)
摘要: 1、如图2、Report.java 1 package example.bmi; 2 import android.app.Activity; 3 import android.os.Bundle; 4 5 6 public class Report extends Activity { 7 @Override 8 protected void onCreate(Bundle savedInstanceState) { 9 super.onCreate(savedInstanceState);10 setContentView(R.layou... 阅读全文
posted @ 2012-11-30 21:39 lovemu 阅读(356) 评论(0) 推荐(0)
深入浅出Android:添加菜单(BMI)
摘要: 1、MainActivity.java 1 package example.bmi; 2 3 import java.text.DecimalFormat; 4 5 import android.net.Uri; 6 import android.os.Bundle; 7 import android.app.Activity; 8 import android.app.AlertDialog; 9 import android.content.ClipData.Item; 10 import android.content.DialogInterface; 11 imp... 阅读全文
posted @ 2012-11-30 16:40 lovemu 阅读(387) 评论(0) 推荐(0)
2012年11月29日
深入浅出Android:初识Intent(BMI)
摘要: 1、strings.xml 1 <?xml version="1.0" encoding="utf-8"?> 2 <resources> 3 4 <string name="app_name">BMI</string> 5 <string name="height">身高(cm)</string> 6 <string name="weight">体重(kg)</string> 7 <string 阅读全文
posted @ 2012-11-29 23:11 lovemu 阅读(420) 评论(0) 推荐(0)
深入浅出Android:增加对话框功能(BMI)
摘要: 1、strings.xml 1 <?xml version="1.0" encoding="utf-8"?> 2 <resources> 3 4 <string name="app_name">BMI</string> 5 <string name="height">身高(cm)</string> 6 <string name="weight">体重(kg)</string> 7 <string 阅读全文
posted @ 2012-11-29 17:21 lovemu 阅读(431) 评论(0) 推荐(0)
深入浅出Android:重构程序(BMI)
摘要: 1、MainActivity.java 1 package example.bmi; 2 3 import java.text.DecimalFormat; 4 5 import android.os.Bundle; 6 import android.app.Activity; 7 import android.view.Menu; 8 import android.view.View; 9 import android.view.View.OnClickListener;10 import android.widget.Button;11 import android.widget.Ed.. 阅读全文
posted @ 2012-11-29 16:07 lovemu 阅读(596) 评论(0) 推荐(0)
深入浅出Android:纪念人生的第一个android程序(BMI)
摘要: 1、界面设计:activity_main.xml 1 <?xml version="1.0" encoding="utf-8"?> 2 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 xmlns:tools="http://schemas.android.com/tools" 4 android:layout_width="match_parent" 5 android:l 阅读全文
posted @ 2012-11-29 15:11 lovemu 阅读(2448) 评论(0) 推荐(0)
2012年11月1日
库安装
摘要: 一、安装pcre-8.311、./configure --prefix=$HOME/libs/pcre-8.312、make3、make install二、安装nginx-1.2.41、./configure --prefix=$HOME/apps/nginx-1.2.4/nginx --with-pcre=/home/dmpush/libs/pcre-8.31 --with-http_stub_status_module --with-http_gzip_static_module2、make3、make install启动nginx4、cd nginx/sbin5、nginx -s sto 阅读全文
posted @ 2012-11-01 14:54 lovemu 阅读(5966) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 14 下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3