码迷,mamicode.com
首页 >  
搜索关键字:sorry    ( 261个结果
gray-code——找规律
The gray code is a binary numeral system where two successive values differ in only one bit. Given a non-negative integer n representing the total num ...
分类:其他好文   时间:2017-06-23 15:28:03    阅读次数:146
web socket 入门
WebSocket是HTML5开始提供的一种在单个 TCP 连接上进行全双工通讯的协议,其优雅地解决了以往web服务器不能向web客户端实时推送消息的问题。 在浏览器js环境中,创建一个websocket对象如下所示: var ws = New WebSocket(url, [protocol]) ...
分类:Web程序   时间:2017-06-13 19:49:17    阅读次数:228
问卷星调查学生对《算法》教学的建议与反馈
利用问卷星进行调查,收集了近80个学生的反馈意见,存在的主要问题例如以下。 (1)讲代码太少 下一届《算法》课程中,老师将会把关键的代码打印出来给大家。由于优秀的算法。仅仅有通过阅读源代码后才可以较为深刻的掌握。Sorry! (2)教材翻译不好,建议使用原版教材 这本教材总的来说错误比較少,但原版教 ...
分类:编程语言   时间:2017-06-11 12:05:28    阅读次数:228
502 Bad Gateway
502 Bad Gateway The proxy server received an invalid response from an upstream server. Sorry for the inconvenience.Please report this message and incl ...
分类:其他好文   时间:2017-06-08 19:40:01    阅读次数:164
89. Gray Code
题目: The gray code is a binary numeral system where two successive values differ in only one bit. Given a non-negative integer n representing the total ...
分类:其他好文   时间:2017-06-05 10:32:50    阅读次数:152
菜鸟的mongoDB学习---(六)MongoDB 索引
MongoDB 索引 ps:大概有半个月木有更新了,因为前一阶段的出差和这几天突然来的项目。导致上网时间急剧降低,实在是sorry,以后预计会好一点。 索引通常可以极大的提高查询的效率。假设没有索引。MongoDB在读取数据时必须扫描集合中的每一个文件并选取那些符合查询条件的记录。 这样的扫描全集合 ...
分类:数据库   时间:2017-05-31 21:33:13    阅读次数:294
# tail -f /var/log/zabbix/zabbix_agentd.log sudo: sorry, you must have a tty to run sudo
/etc/sudoers 1)Defaults requiretty,修改为 #Defaults requiretty,表示不需要控制终端。 2)Defaults requiretty,修改为 Defaults:nobody !requiretty,表示仅 nobody 用户不需要控制终端。 如果修... ...
分类:其他好文   时间:2017-05-30 12:50:28    阅读次数:175
HTML5与Javascript 实现网页弹球游戏
终于效果图: 1. 使用html 5 的canvas 技术和javascript实现弹球游戏 总体流程图: 1.1 html5 canvas技术的使用 首先在html页面中定义画布。 <canvas bgcolor = "#FFF" id="gamePane" width="1000" height ...
分类:编程语言   时间:2017-05-16 10:04:38    阅读次数:243
vrrp下的lvs-dr实验
网络拓扑结构操作系统为centos7.31.所有主机RS1、RS2、DS1、DS2都开apache服务器,RS1、RS2都用来测试web服务器的,DS1、DS2是用来做sorry服务器的。2.所有服务器都时间同步3.在DS上开vrrpDS1上配置!ConfigurationFileforkeepalivedglobal_defs{notification_email{root@localh..
分类:其他好文   时间:2017-05-15 22:41:35    阅读次数:283
261条   上一页 1 ... 12 13 14 15 16 ... 27 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!