码迷,mamicode.com
首页 >  
搜索关键字:events    ( 2213个结果
Flink:What is stream processing?
Ververica was founded by the original creators of Apache Flink®, and we’ve spent a long time solving problems in the stream processing space. In this ...
分类:其他好文   时间:2020-06-03 17:30:51    阅读次数:66
AS3读取txt文档
package { import flash.display.Sprite; import flash.events.Event; import flash.filesystem.File; import flash.filesystem.FileMode; import flash.filesys ...
分类:其他好文   时间:2020-06-02 16:11:08    阅读次数:82
electron chrome内核定制
1, src\third_party\WebKit\Source\core\dom\events\Event.h: bool isTrusted() const { return is_trusted_; } void SetTrusted(bool value) { is_trusted_ = v ...
分类:其他好文   时间:2020-06-02 13:36:15    阅读次数:197
nginx开启gzip和静态资源缓存、location
1.开启gzip: 主要配置gzip和gzip_types #user nginx; worker_processes 1; error_log /var/log/nginx/error.log warn; pid /var/run/nginx.pid; events { worker_connec ...
分类:其他好文   时间:2020-05-31 11:14:14    阅读次数:189
Nginx配置
全局配置段 主要是全局性的和服务级别的属性配置,常见的主要有以下几种设置 配置选项说明 user 设置使用用户 worker_processed 进行增大并发连接数的处理 跟cpu保持一致 八核设置八个 error_log nginx的错误日志 pid 服务启动时候的pid events 定义事件相 ...
分类:其他好文   时间:2020-05-31 01:15:49    阅读次数:89
JAVA并发编程揭开篇章,并发编程基本认识,了解多线程意义和使用
多线程(multithreading),是指从软件或者硬件上实现多个线程并发执行的技术。具有多线程能力的计算机因有硬件支持而能够在同一时间执行多于一个线程,进而提升整体处理性能。具有这种能力的系统包括对称多处理机、多核心处理器以及芯片级多处理(Chip-level multithreading)或同 ...
分类:编程语言   时间:2020-05-30 20:15:53    阅读次数:78
公司网络有代理的情况 yarn 配置代理访问网络
PS D:\MyProject> yarnyarn install v1.17.3[1/4] Resolving packages...[2/4] Fetching packages...error An unexpected error occurred: "https://registry.np ...
分类:其他好文   时间:2020-05-29 19:36:21    阅读次数:115
Nginx 的配置文件
1、nginx 配置文件位置 cd /usr/local/nginx/conf/nginx.conf 2、配置文件中的内容 包含三部分内容 (1)全局块:配置服务器整体运行的配置指令。从配置文件开始到 events 块之间的内容,主要会设置一些影响 nginx 服务器整体运行的配置指令,主要包括配 ...
分类:其他好文   时间:2020-05-27 18:41:00    阅读次数:90
使用Volley上传头像图片
在Gooogle I/O 2013年的大会上面,展示的Volley库,已经成为android开发中最常用的处理和缓存网络请求的库。如果你还没有看过Gooogle I/O中关于Volley的介绍(https://developers.google.com/events/io/sessions/3253 ...
分类:Web程序   时间:2020-05-23 18:45:57    阅读次数:63
web安全之XSS攻击原理及防范
一:什么是XSS攻击? 二:反射型XSS 三:存储型XSS 四:DOM-based型XSS 五:SQL注入 六:XSS如何防范? 1. cookie安全策略 2. X-XSS-Protection设置 3. XSS防御HTML编码 4. XSS 防御HTML Attribute编码 5. XSS防御 ...
分类:Web程序   时间:2020-05-23 00:15:48    阅读次数:156
2213条   上一页 1 ... 8 9 10 11 12 ... 222 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!