一起跳舞吧 一起跳舞吧
4年前
Object-C中的内存管理
ObjectC中的内存管理原文链接地址:http://www.raywenderlich.com/2657/memorymanagementinobjectivectutorial(http://
Stella981 Stella981
3年前
Nginx – rewrite 配置 URL重写及301跳转原理图
Nginx–rewrite配置URL重写官网:http://nginx.org/en/docs/http/ngx\_http\_rewrite\_module.html(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fnginx
Stella981 Stella981
3年前
Spring 使用注解方式进行事务管理
使用步骤:步骤一、在spring配置文件中引入<tx:命名空间<beansxmlns"http://www.springframework.org/schema/beans" xmlns:xsi"http://www.w3.org/2001/XMLSchemainstance" xmlns:tx"http
Stella981 Stella981
3年前
Linux Network Namespace (netns) 详解
LinuxNetworkNamespace(netns)详解NetworkNamespace(以下简称netns)是Linux内核提供的一项实现网络隔离的功能,它能隔离多个不同的网络空间,并且各自拥有独立的网络协议栈,这其中便包括了网络接口(网卡),路由表,iptables
Wesley13 Wesley13
3年前
AS3 数据绑定
一个简单的例子!image(http://static.oschina.net/uploads/img/201203/04143350_InYw.png"image")(http://static.oschina.net/uploads/img/201203/04143350_Otx1.png)!image(http://static
Stella981 Stella981
3年前
Python入门教程之安装MyEclipse插件和安装Python环境
!(http://static.oschina.net/uploads/space/2015/0303/121617_wJt9_1444646.jpg)!(http://static.oschina.net/uploads/space/2016/0120/130908_6m1a_1444646.jpg)http://dlwt.c
Wesley13 Wesley13
3年前
Mysql_Learning_Notes_mysql系统结构_2
Mysql\_Learning\_Notes\_mysql系统结构\_2三层体系结构,启动方式,日志类型及解析方法,mysql升级连接层通信协议处理\\线程处理\\账号认证(用户名和密码认证)\\安全检查等tcp/ip连接网络端口号
Stella981 Stella981
3年前
ScreenToGif 代码分析
ScreenToGif项目由四个文件夹组成:1.Files存放协议文件2.GifRecorder存放gif编码器代码3.ScreenToGif存放主代码4.Other存放Hooktest和Translator的代码问题1:GifRecorder和ScreenToGif、Hooktest、Translator下面都
绣鸾 绣鸾
1年前
Charles for Mac(http抓包工具) v5.0b12激活版
是应用在Mac上的一款简单易用的信息抓包工具,可以为您记录并显示发送和接收的所有数据,在Web和Internet开发中,您无法看到Web浏览器/客户端和服务器之间发送和接收的内容。没有这种可见性,确定错误在哪里是困难和耗时的。Charles很容易看到发生了
前端项目性能优化方案有哪些
加载优化(减少http请求数)常用的减少HTTP请求的方法有以下几种: