#include#includeusing namespace std;int main(){ int y,t; float s; cin>>y>>t; cout<<setiosflags(ios::fixed)<<setprecision(2); if(y<=4) if(t<=40) s=3...
分类:
其他好文 时间:
2014-07-02 17:48:01
阅读次数:
235
IE 6下expected identifier,string or number(缺少标示符、字符串或数字)其实就是多了一个逗号,之前没发现
分类:
编程语言 时间:
2014-07-02 17:49:13
阅读次数:
206
And what about the cleaning page. When cleaning bags always starts in the middle of the track before cleaning. Taking care of her insides spring, remo...
分类:
其他好文 时间:
2014-07-02 17:48:37
阅读次数:
219
直接代码 // 按返回键的时候返回上一页面不退出,goBack()表示返回webView的上一页面 public boolean onKeyDown(int keyCoder, KeyEvent event) { if(!webView1.canGoBack() ){ ...
分类:
移动开发 时间:
2014-07-02 17:49:52
阅读次数:
413
用了快6年的组装电脑,前不久终于垂垂老矣,想当初09年装机的时候就装了台主机,总价才1000出头,边显卡都没有(因为我不玩游戏)。大学四年一直相安无事,对电脑也缺乏保养意识,除了整理碎片几乎也没干其他什么好事了。 这个学期无奈心里痒痒,捣鼓了下ubuntu。也不知是ubuntu的问题还是因为非正常断...
分类:
其他好文 时间:
2014-07-02 17:51:09
阅读次数:
238
如果站长把服务器托管机房后,为了能更好的使用和延长服务器的使用寿命,定期对服务器进行维护是非常必要的工作。 但是服务器的维护涉及的方面技术比较广泛:硬件维护、软件维护和服务器安全等。硬件维护跟软件具有同等重要的地位,对服务器乃至整个网络环境的硬件系统有着基础性的作用。当然机房的环境也是决定因数,如果...
分类:
其他好文 时间:
2014-07-02 17:50:29
阅读次数:
184
前段js://处理ajax长轮询 $(function(){ ask_order(); function ask_order(){ var ask_action = "{:U('index/order_commet',array('time'=>10,'desk_id'=>$desk_id)...
分类:
其他好文 时间:
2014-07-02 17:52:33
阅读次数:
195
armv6、armv7、armv7s是arm CPU的指令集,原则上是向下兼容的,如:iPhone4sCPU支持armv7,但它会兼容armv6,只是使用armv6指令可能无法充分发挥它的特性。iphone5CPU支持armv7s,它也会兼容armv7。如果引用到第三方的库,以前在iphone4s下...
分类:
移动开发 时间:
2014-07-02 17:51:52
阅读次数:
214
有一段Java代码 public final String ACode="a"; public final String BCode="b"; public final String CCode="c"; public final String DCode="d"; pub...
分类:
Web程序 时间:
2014-07-02 14:52:18
阅读次数:
209
控制器如下LoginForm如下视图如下 beginWidget('CActiveForm',array('method'=>'post'))?> textField($loginForm,'username',array('class'=>'loginuserinput','value'...
分类:
其他好文 时间:
2014-07-02 17:53:11
阅读次数:
207
1、返回事件 (1、返回silverlight页面,2、返回web页面) private void button_ClickBack(object sender, RoutedEventArgs e) { 1、返回silverlight页面: this.Content = new BeginC...
分类:
Web程序 时间:
2014-07-02 17:53:43
阅读次数:
292
cd /usr/local/mysql/bin/grant all privileges on *.* to 'root'@'%' identified by '12345678';flush privileges;grant select on weixin.wx_tuijian to 'bbc....
分类:
数据库 时间:
2014-07-02 17:55:37
阅读次数:
229
1、连接服务器登录 >mysql -h 192.168.0.11 -u root -p2、 修改用户密码 >mysqladmin -u root -p 654321 password 1234563、用户权限管理 1)grant on命令用于增加新用户并控制其权限。 grant select,in....
分类:
数据库 时间:
2014-07-02 17:55:00
阅读次数:
277
在app登录的时候需要把cookie保存下来String cookieFields = response.getHeaders("Set-Cookie")[0] .getValue(); String cookie = cookieFields.split(";\\s*")[0]; HttpGet ...
分类:
移动开发 时间:
2014-07-02 17:54:22
阅读次数:
327
http://blog.sina.com.cn/s/blog_590be5290100izdf.html用法:#include int getitimer(int which, struct itimerval *value);int setitimer(int which, const struc...
分类:
系统相关 时间:
2014-07-02 17:56:16
阅读次数:
260
Same Tree Given two binary trees, write a function to check if they are equal or not. Two binary trees are considered equal if they are structurally i...
分类:
其他好文 时间:
2014-07-02 17:56:50
阅读次数:
205
列出了C++通过ODBC和通过MFC ODBC操作mysql的两种方式
分类:
数据库 时间:
2014-07-02 17:58:14
阅读次数:
327