1、本次主要进展>__ 5 6 void make_window8(unsigned char *buf, int xsize, int ysize, char *title); 7 8 void HariMain(void) 9 { 10 struct BOOTINFO *b...
分类:
其他好文 时间:
2014-09-18 23:39:28
阅读次数:
447
1 class Sprite1 : public SpriteTestDemo 2 { 3 public: 4 CREATE_FUNC(Sprite1); 5 Sprite1(); 6 virtual std::string title() const override;/...
分类:
其他好文 时间:
2014-09-18 23:36:24
阅读次数:
238
1 class SpriteTestDemo : public BaseTest 2 { 3 protected: 4 std::string _title;// 没用到 5 6 public: 7 SpriteTestDemo(void); 8 virtual ~...
分类:
其他好文 时间:
2014-09-18 20:39:24
阅读次数:
150
1定义属性如下:<resources><declare-styleablename="social_ivAndTv"><attrname="p_w_picpathResource"format="integer"/><attrname="title"format="string"/></declare-styleable></resources>2在自定义组件中引用(加粗字体):publicIma..
分类:
移动开发 时间:
2014-09-18 19:08:14
阅读次数:
178
inEncode = $incode; $this->outEncode = $outcode; } public function setTitle($titlearr) { $title = ""; foreach ( $titlearr as $v ) { if ($this->in...
分类:
Web程序 时间:
2014-09-18 14:41:53
阅读次数:
191
看例子:? 数 据表 collect ( id, title ,info ,vtype) 就这4个字段,其中 title 用定长,info 用text, id 是逐渐,vtype是tinyint,vtype是索引。这是一个基本的新闻系统的简单模型。现在往里面填充数据,填充1...
分类:
数据库 时间:
2014-09-18 11:41:34
阅读次数:
231
Android:去掉标题栏的三种方法和全屏的三种方法
第一种:一般入门的时候经常使用的一种方法
onCreate函数中加入以下代码:
requestWindowFeature(Window.FEATURE_NO_TITLE);//去掉标题栏
注意这句一定要写在setContentView()方法的前面,不然会报错的
第二种:在AndroidManifest.xml文件中定...
分类:
移动开发 时间:
2014-09-18 02:02:23
阅读次数:
162
1 class BaseTest : public cocos2d::Layer 2 { 3 public: 4 virtual std::string title() const;// 主标题 5 virtual std::string subtitle() const;// 副...
分类:
其他好文 时间:
2014-09-17 23:09:52
阅读次数:
319
1. 前端简单逻辑 0]+{true:global.title,false:'正在加载中'}[global.loading_done]+' - xxxx'">
分类:
Web程序 时间:
2014-09-17 11:36:12
阅读次数:
197
1.问题描述
在项目中遇到一个奇怪的问题,在类中定义了一个属性title,其类型是NSString, 并设置为 @property (nonatomic,
retain) NSString *title;
定义了一个方法,修改该属性,代码如下:
-(void)getSettingInfoFrmoWebView:(UIWebView*)webView
{
NSString *...
分类:
移动开发 时间:
2014-09-17 10:22:43
阅读次数:
358