码迷,mamicode.com
首页 >  
搜索关键字:reading    ( 1497个结果
[Web Security] JSON Hijacking
After reading the blog, the main take away from there is: "Never send back JOSN array to the client side, it is easy to be hijacked, using JSON object ...
分类:Web程序   时间:2017-08-23 20:49:59    阅读次数:219
Socket服务端
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Net; using System.Net.Sockets; using System.Net.Net... ...
分类:其他好文   时间:2017-08-23 19:09:05    阅读次数:148
navicat远程连接阿里云ECS上的MYSQL报Lost connection to MySQL server at 'reading initial communication packet'
问题现象 MySQL 远程连接报错:Lost connection to MySQL server at 'reading initial communication packet' 解决方案 1、检查是否有防火墙限制2、检查 MySQL 是否有访问权限 3、检查 my.ini 文件里是否设置了 b ...
分类:数据库   时间:2017-08-23 18:15:26    阅读次数:488
RabbitMQ --- Routing(路由)
目录 RabbitMQ Hello Mr.Tua RabbitMQ Work Queues(工作队列) RabbitMQ Publish/Subscribe(发布/订阅) 前言 在上一章中介绍了 Publish/Subscribe(发布/订阅),它是把每个消息发送给多个 Consumer,也就是说每 ...
分类:其他好文   时间:2017-08-23 13:24:55    阅读次数:153
Entity framework 加载多层相关实体数据
Entity framework有3中加载数据的方式:懒汉式(Lazy loading),饿汉式(Eager loading),显示加载(Explicit loading)。3种加载方式有各自的优缺点,详细的可以参考微软的技术文章《Reading Related Data with the Enti... ...
分类:其他好文   时间:2017-08-20 18:30:44    阅读次数:187
What is the name of the “-->” operator?(Stackoverflow)
Question: After reading Hidden Features and Dark Corners of C++/STL on comp.lang.c++.moderated, I was completely surprised that it compiled and worked ...
分类:其他好文   时间:2017-08-19 20:11:27    阅读次数:141
进程、线程和协程的理解
转自 http://blog.leiqin.info/2012/12/02/%E8%BF%9B%E7%A8%8B-%E7%BA%BF%E7%A8%8B%E5%92%8C%E5%8D%8F%E7%A8%8B%E7%9A%84%E7%90%86%E8%A7%A3.html 进程、线程和协程的理解 进程、 ...
分类:编程语言   时间:2017-08-17 10:47:15    阅读次数:272
kali 安装google chrome浏览器(离线手动)
一、官网下载安装包 需要在google官网下载chrome安装包,安装时请仔细选择安装包,.deb的安装包适用于Debian/Ubuntu系统,.rpm适用于 Fedora/openSUSE系统。 kali基于Debian所以下载安装包:google-chrome-stable_current_am ...
分类:其他好文   时间:2017-08-16 19:11:36    阅读次数:1020
ICML 2017 Reading (1): Combining Online and Offline Knowledge in UCT
立帖要读paper,已经过了快两周了,还一篇博文都没发出来,略汗。 今天第一篇,读的是今年ICML的十年Test of Time Award得奖论文Combining Online and Offline Knowledge in UCT,来自Sylvain Gelly和David Silver,发 ...
分类:其他好文   时间:2017-08-15 10:11:56    阅读次数:288
设计模式四:策略模式
策略模式所谓策略其实就是做一件事情有很多很多的方法,比如说一个商场要搞促销,促销的方式有可能有很多:打折啊,满100返50啊、积分等等之类的。这种不同的促销方式在我们系统中表示就是一个一个的策略,并且策略是可以随时更换的,这个时候在设计系统时就可以使用策略模式。商场有可能会更换或追加新的促销模式,也 ...
分类:其他好文   时间:2017-08-14 00:40:04    阅读次数:163
1497条   上一页 1 ... 74 75 76 77 78 ... 150 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!