项目要求NDK开发App程序,于是import了工程项目,搭好了环境,结果出现各种Type 'xxx' could not be resolvedMethod 'xxx' could not be resolved等等Semantic Error。但是工程本身并不存在错误,可以成功编译。解决方法:明...
分类:
其他好文 时间:
2014-07-02 17:05:07
阅读次数:
278
#!/usr/bin/pythonimportMySQLdbdefnew_mail_mysql(ak):printakconn=MySQLdb.connect(host=‘m3306.sae.sina.com.cn‘,user=‘sae_ol‘,passwd=‘7b149edb22ae7526‘,db=‘sae‘,port=3306)cur=conn.cursor()sql="selectnamefromappwhereaccesskey=‘%s‘"%akcur.execute(sql)app_name=cu..
分类:
数据库 时间:
2014-07-02 16:14:12
阅读次数:
285
#!/bin/sh#Description:CheckICE3.0State#LastUpdate:2014/06/11/01WORKDIR=`pwd`exportREPORTDIR=$WORKDIR/`date"+%Y%m%d%H%M%S"`exportTG=`date"+%Y%m%d%H%M%S"`exportBEGIN=`date-d"-1hour""+%H:%M:%S"`exportEND=`date"+%H:%M:%S"`ECORE=2OCORE=0APPDIR=/opt/app/ice3.0LOG..
分类:
其他好文 时间:
2014-07-02 15:48:11
阅读次数:
310
app.js
[javascript] view
plaincopyprint?
Ext.onReady(function(){
Ext.QuickTips.init();
Ext.Loader.setConfig({ //开启自动加载功能
enabled:true
});
E...
分类:
Web程序 时间:
2014-07-02 15:25:58
阅读次数:
484
引用
using Excel = Microsoft.Office.Interop.Excel;
定义
1 Excel.ApplicationClass app;
2 Excel.Workbooks books;
3 Excel.Workbook book;
4 Excel.Sheets sheets;
5 Excel.Worksheet sheet;
6 ...
分类:
Web程序 时间:
2014-07-02 15:18:14
阅读次数:
220
移动互联网发展迅速,各种APP的开发都太疯狂了,一般稍大点儿的应用,都会准备多个版本,比如:iPhone版、iPad版、Android版,我们姑且称之为:终端适配。业务做的再大点儿的,APP还会考虑覆盖到多个国家,比如:中文版、英文版、日文版、韩文版等,我们可称之为:APP国际化。还有更拽的,针对不...
分类:
移动开发 时间:
2014-07-02 15:06:01
阅读次数:
283
package com.example.getshareperference;import java.util.ArrayList;import java.util.List;import android.app.Activity;import android.os.Bundle;import an...
分类:
其他好文 时间:
2014-07-02 15:04:02
阅读次数:
197
下载链接(包括源代码):http://pan.baidu.com/s/1gd3QPYr 更新日志: 版本号:1.0.0.3 更新时间:2014/07/02 12:52 --修复了mv命令和rm命令的一些Bug 该Bug通常会导致出现不寻常的错误 版本号:1.0.0.2 更新时间:2014/07/02...
分类:
移动开发 时间:
2014-07-02 14:59:26
阅读次数:
172