码迷,mamicode.com
首页 > 2014年07月02日 > 全部分享
分支-11. 计算工资(15)
#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
javascript error
IE 6下expected identifier,string or number(缺少标示符、字符串或数字)其实就是多了一个逗号,之前没发现
分类:编程语言   时间:2014-07-02 17:49:13    阅读次数:206
Companies Are Very Likely To Use These Bags At A Large Quantity
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
app点击返回键不退出,双击返回键退出
直接代码 // 按返回键的时候返回上一页面不退出,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
ajax长轮询实现即时聊天室
前段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
iOS中的armv6、armv7、armv7s
armv6、armv7、armv7s是arm CPU的指令集,原则上是向下兼容的,如:iPhone4sCPU支持armv7,但它会兼容armv6,只是使用armv6指令可能无法充分发挥它的特性。iphone5CPU支持armv7s,它也会兼容armv7。如果引用到第三方的库,以前在iphone4s下...
分类:移动开发   时间:2014-07-02 17:51:52    阅读次数:214
Visual Studio .Net使用正则表达式示例
有一段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
Yii 验证码验证
控制器如下LoginForm如下视图如下 beginWidget('CActiveForm',array('method'=>'post'))?> textField($loginForm,'username',array('class'=>'loginuserinput','value'...
分类:其他好文   时间:2014-07-02 17:53:11    阅读次数:207
silverlight visifire控件图表制作——silverlight 后台方法页面事件
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
mysql 授权
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
MySQL 常用管理命令
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登录过后,webview页面使用app登录cookie直接进入
在app登录的时候需要把cookie保存下来String cookieFields = response.getHeaders("Set-Cookie")[0] .getValue(); String cookie = cookieFields.split(";\\s*")[0]; HttpGet ...
分类:移动开发   时间:2014-07-02 17:54:22    阅读次数:327
【转】Linux 定时器setitimer()
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
LeetCode:Same Tree
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++操作mysql方法总结(2)
列出了C++通过ODBC和通过MFC ODBC操作mysql的两种方式
分类:数据库   时间:2014-07-02 17:58:14    阅读次数:327
1530条   上一页 1 ... 13 14 15 16 17 18 19 ... 90 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!