发现大部分博客介绍的都是私人真机测试方法,没找到具体的公司团队开发真机测试方法。而从这周开始就离开iOS应用软件开发,进入游戏开发行业了,今天能记得的iOS知识以后估计会忘光,所以skipop还是总结一个来给自己备忘:1.一般会先用公司邮箱去申请appid,然后让公司iOS团队有权限的管理员将这个邮...
分类:
移动开发 时间:
2014-05-26 22:51:18
阅读次数:
363
在LINUX下每个文件都有一个权限的属性
,那么在Android中怎么用java改变某个文件的权限呢?Android中有两种方法可以改变文件的权限1.
用openFileOutput方法:FileOutputStream fos; fos = openFileOutput("filename", ....
分类:
移动开发 时间:
2014-05-26 16:21:52
阅读次数:
241
官方网址:http://trimpath.com/project/wiki/JavaScriptTemplates
Trimpath JavaScript
是个轻量级的,基于JavaScript的,跨浏览器,采用APL/GPL开放源代码协议的,可以让你轻松进行基于模板编程方式的纯JS引擎。它有如下的...
分类:
编程语言 时间:
2014-05-26 15:53:10
阅读次数:
294
基本上最初的编程都会拿hello
world来说事,其实能简单的运行出它来,c的编程环境就慢慢熟悉起来了。1.现在已经基本没有纯粹的c编译环境了,都是用兼容c++的编译工具来编译c,所以创建的都是c++模板;2.在vs2008
中建立一个project(c代码)步骤:1.file——new--pro...
分类:
其他好文 时间:
2014-05-26 14:42:19
阅读次数:
203
介绍一个list滑动时通过一个text提示Array首字母位置的应用
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file exce...
分类:
其他好文 时间:
2014-05-23 00:58:42
阅读次数:
326
介绍一个多选list
/*
* Copyright (C) 2008 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with th...
分类:
其他好文 时间:
2014-05-23 00:52:57
阅读次数:
455
介绍在在title bar上显示indeterminate progress
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file ...
分类:
其他好文 时间:
2014-05-23 00:31:27
阅读次数:
352
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo...
分类:
其他好文 时间:
2014-05-23 00:30:50
阅读次数:
415
注意要点:
1)必须要在AndroidManifest.xml中添加发送短信权限
设置视图:setContentView(R.layout.布局xml文件);
2)查找控件:findViewById(R.id.控件id);
3)监听按钮事件:控件.setOnClickListener(this),实现OnClickListener接口
4)获取editText里的值:getTex();
...
分类:
移动开发 时间:
2014-05-22 22:39:56
阅读次数:
460
闲来无事登陆服务器发下登陆提示有报错报错提示:Lastlogin:FriMay2301:37:042014from101.71.249.170-bash:ulimit:openfiles:cannotmodifylimit:Operationnotpermitted看提示是没有权限的意思查看登陆需要加载的文件/etc/profile有发现ulimit-n65535ulimit-u10240服务器是禁止r..
分类:
其他好文 时间:
2014-05-22 18:01:59
阅读次数:
307