1.使用系统内自带的声音System.Media.SystemSounds.Beep.Play();System.Media.SystemSounds.Asterisk.Play();System.Media.SystemSounds.Exclamation.Play();System.Media....
分类:
其他好文 时间:
2014-06-28 21:07:33
阅读次数:
229
修改和删除:load("php.xml");$root=$doc->documentElement;$books=$doc->getElementsByTagName("php100");foreach ($books as $book) {if( $book->getAttribute('id')...
分类:
其他好文 时间:
2014-06-28 17:38:28
阅读次数:
175
// 变量的定义_Application app;Workbooks books;_Workbook book;Worksheets sheets;_Worksheet sheet;Range range;LPDISPATCH lpDisp;COleVariant vResult;CString s...
分类:
其他好文 时间:
2014-06-21 00:30:20
阅读次数:
240
转载自:http://www.himigame.com/iphone-cocos2dx/1354.html首先说明一个问题:为什么要在线更新资源和脚本文件!?对于此问题,那要说的太多了,简单概括,如果你的项目已经在google play 或Apple Store 等平台上架了,那么当你项目需要做一些...
分类:
Web程序 时间:
2014-06-19 00:46:32
阅读次数:
465
L001-02 语音:1、字母歌:The alphabet song 2、语 音: 元音字母:5个:a e i o u.辅音: 除元音5个以外的所有字母。 音素:是发音的最小单位。如: excuse 就是由几个因素组成的,音素的书面表现形式就是音标。音标分为48个,其中元音:20个,辅音:28个.....
分类:
其他好文 时间:
2014-06-18 21:30:18
阅读次数:
187
Winform窗体中发送HTTP请求手工发送HTTP请求主要是调用 System.Net的HttpWebResponse方法手工发送HTTP的GET请 求: 1 string strURL = "http://localhost/Play/CH1/Service1.asmx/doSearch?key...
Mac book pro 硬盘故障、换SSD硬盘、启动U盘制作 小记
2012年买的Mbp又出硬盘故障了,虽然各种功能都能用,但经常频繁的出现鼠标风火轮,已经下好的电影在本地播放时都会隔个几分钟卡一下。拿到AppStore检测,说是硬盘的问题,“SMARTStatus:FAIL”,建议是要换硬盘。好吧,我的保修期已过,就准备自己动手换盘了。
准备...
分类:
其他好文 时间:
2014-06-16 14:18:33
阅读次数:
333
通常通过继承某个类或实现某个接口的方式来编写代码,但是有时候某一些代码只使用一次,就没有必要写专门写一个子类或实现类了,可以采用匿名内部类的写法。最常用的场景是线程方面的应用。
一、不使用匿名内部类
①继承
abstract class Player
{
public abstract void play();
}
public class FootBallPlayer ex...
分类:
编程语言 时间:
2014-06-15 15:19:06
阅读次数:
286
今天在Ubuntu下面使用adb安装软件包(成功):/sdk/platform-tools$ ./adb install ~/Downloads/com.douban.book.reader_31.apk 2271 KB/s (21646370 bytes in 9.304s) pkg: ...
分类:
数据库 时间:
2014-06-15 12:54:53
阅读次数:
1048
坦克大战
时间限制:1000 ms | 内存限制:65535 KB
难度:3
描述
Many of us had played the game "Battle city" in our childhood, and some people (like me) even often play it on computer now.
What we are dis...
分类:
其他好文 时间:
2014-06-14 14:30:01
阅读次数:
274