码迷,mamicode.com
首页 > 2016年01月17日 > 全部分享
安装IIS步骤图解
这几日好些网友来找iis安装包,但是因为新浪爱问的共享资料已关闭导致下载链接不可用,笔者在新浪微盘的备份资料只有5.1版,现共享链接如下:IIS5.1 for windows xp下载链接http://vdisk.weibo.com/s/zoCx8Tk_v9ypK以下为原文IIS5.1 for wi...
分类:其他好文   时间:2016-01-17 23:14:44    阅读次数:308
每瓶啤酒2元,2个空酒瓶或4个瓶盖可换1瓶啤酒。10元最多可喝多少瓶啤酒? php
//根据题意设定初始变量值//然后 一个while循环去操作//每换得一个瓶子,换的那个减去要做相应的数目//然后喝了啤酒后, 各数量加1//直到不符合要求。跳出循环 1 class Beer{ 2 3 protected $uni_gai = 4; //每4个瓶盖1瓶 4...
分类:Web程序   时间:2016-01-17 23:14:13    阅读次数:306
FreeBSD更换默认csh为bash
1、安装bashcd /usr/ports/shells/bashmake install2、切换chsh(change shell)chsh -s /usr/local/bin/bash
分类:其他好文   时间:2016-01-17 23:12:46    阅读次数:177
点击文字弹出一个DIV层窗口代码 【或FORM表单 并且获取点击按钮的ID值】
点击不同按钮咨询不同的 专家)">点击弹框 用户咨询表单 用户名: 邮箱 : 关闭
分类:其他好文   时间:2016-01-17 23:13:30    阅读次数:162
【数组】4Sum
题目:Given an arraySofnintegers, are there elementsa,b,c, anddinSsuch thata+b+c+d= target? Find all unique quadruplets in the array which gives the sum ...
分类:编程语言   时间:2016-01-17 23:12:09    阅读次数:232
css重点章节复习—布局-边框-边距-浮动 (部分)
css重点章节复习—布局-边框-边距-浮动在第二个任务中,这一块的后面那条线真的弄了很久。起初也是在html里面写的代码。之后觉得这样不好,想到第一个页面中用到的border-bottom和border-top就觉得这里应该可以用border-left或者border-right 就使用了。但是出现...
分类:Web程序   时间:2016-01-17 23:13:58    阅读次数:189
ubuntu 安装完成后的工作
以安装 ubuntu 15.10 为例1. 备份并更改源1 cd /etc/apt2 sudo cp source.list source.list.bak3 sudo vi source.list删除所有内容并增加其他源(用vi删除所有内容,命令行下gg移动光标至文件头,dG删除光标后所有内容)阿...
分类:系统相关   时间:2016-01-17 23:12:58    阅读次数:299
关于yield创建协程的理解
先上利于理解的代码: 1 #coding:utf-8 2 def consumer(): 3 c_r = '' 4 while 1: 5 m = yield c_r 6 if not m: 7 return 8 ...
分类:其他好文   时间:2016-01-17 23:12:12    阅读次数:148
python列表和QVariant
pyqt中。要给QAbstractTableModel的setData函数传递一个list參数:[20,'00:00:19']涉及到QVariant和list的转换。能够使用QVariant类中的toPyObject是转换。环境是:Python 2.7.6 pyqt4 4.8.6有文章说是。toPy...
分类:编程语言   时间:2016-01-17 23:12:05    阅读次数:215
怎样使一个INPUT框里的文字在框被点击后自动全选或清除?
$("#smsContent").focus(function(){ this.select();});
分类:其他好文   时间:2016-01-17 23:11:45    阅读次数:154
google搜索技巧总结
google搜索技巧总结1、准确搜索加双引号如:”hello world“2、排除关键词加双引的基础上加横杠如:”hello world“ -tom3、用「Either OR」(或)逻辑进行搜索:mary or mike4、同义词搜索 如plumbing ~university 结果包含: plu....
分类:其他好文   时间:2016-01-17 23:10:47    阅读次数:168
2016/1/17时钟
时钟 1 2 3 4 ...
分类:其他好文   时间:2016-01-17 23:10:16    阅读次数:260
Does Lamda expression return value?
Basically, the compiler does this for you.If you write a lambda as a single statement (and don't include block notation, ie: {}), the returned value i...
分类:其他好文   时间:2016-01-17 23:12:08    阅读次数:191
jquery ui 学习随笔 日历
一.调用datepicker()方法$('#date').datepicker();二.修改datepicker()样式日历UI 的header 背景和对话框UI 的背景采用的是同一个class,所以,在此之前已经被修改。所以,这里无须再修改了。//无须修改ui 里的CSS,直接用style.css...
分类:Web程序   时间:2016-01-17 23:10:43    阅读次数:184
c++11 访问者模式
#include #include #include #include #include #include #include using namespace std;template struct Visitor;template struct Visitor : Visitor{ using...
分类:编程语言   时间:2016-01-17 23:09:50    阅读次数:198
IOS开发--横向流水布局实现
前言:因为时间缘故,很少进行通俗易懂的算法思路讲解,这里先展示动态图片效果,然后后面的内容我就直接上关键源码了。效果展示图;源码百度云盘下载链接: http://pan.baidu.com/s/1eQOOixc 密码: duu8源码: 1 // PhotoCell.h 2 // 自定义流水布局 .....
分类:移动开发   时间:2016-01-17 23:09:27    阅读次数:288
Linux系统故障排除
如果不小心 rm -rf /bin/bash,系统将不能正常开机按F2通过光盘启动进入紧急救援模式,通过挂在光盘的方式安装bash.rpm:
分类:系统相关   时间:2016-01-17 23:08:31    阅读次数:252
720条   上一页 1 2 3 4 5 6 ... 43 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!