搜索到与相关的文章
IOS

IOS - SDWebImage 非ARC 问题

非arc项目中使用SDWebImage类库1.添加类库引用(1)ImageIO.framework(2)MapKit.framework2.在targets->buildPhases->找到相对应的实现文件添加-fobj-arc特性IOS-SDWebImage非ARC问题

系统 2019-08-12 01:33:15 3614

C++

Install C++ Boost on Ubuntu

InstallC++BoostonUbuntu|ShiChuan'sblogInstallC++BoostonUbuntuPostedonFebruary16,2009byShiChuanTweetBoostisprobablythemostpopularC++library,toinstallC++BoostonUbuntuiseasy.Openyourterminalandtypethefollowingcommandtoinstallthepacka

系统 2019-08-12 01:32:25 3614

各行各业

Jmeter的一个jmx文件(备忘)

<?xmlversion="1.0"encoding="UTF-8"?><jmeterTestPlanversion="1.2"properties="2.3"><hashTree><TestPlanguiclass="TestPlanGui"testclass="TestPlan"testname="TestPlan"enabled="true"><stringPropname="TestPlan.comments"></stringProp><bool

系统 2019-08-12 09:27:38 3613

C#

C#3.0入门系列(十)-之Join操作

本节讲join操作。我们知道,T-sql中,有三种最基本的join,innerjoin,leftjoin,和rightjoin。而dlinq并不支持rightjoin。道理很简单,rightjoin以right表为基础,left表中没有对应记录的,将以null值填充。而dlinq以left表做为主表创建对象。如果一个对象为null,你如何获取它的其他的属性呢?在C#3.0入门系列(四)-之Select操作一文中,我们提到了queryexpression首先

系统 2019-08-12 01:52:45 3613

编程技术

Git 推送分支

1.推送本地分支到远程:gitpushoriginmaster推送本地分支master到远程的origin上面gitpushorigintest将本地分支test推送到origin上2.查看远程版本信息:gitremote查看远程的详细信息:gitremote-vGit推送分支

系统 2019-08-12 01:32:04 3613

PHP

在jsp、asp和php网站网页中使用xhtml

overviewawiseprogrammeroncesaid,"theoneconstantincomputingischange."therecouldn'tbeatruerstatement.thisarticleisaboutsuchchange,specificallymovingfromhtmltothenextgeneration,xhtml(extensiblehypertextmarkuplanguage).thisarticleincl

系统 2019-08-29 23:17:26 3612

编程技术

在MyEclipse中开发Servlet(No.30)

在MyEclipse中开发Servlet:创建项目:(整体的框架)---》首先创建WebProject项目--->完成--->在src中新建一个servlet(导包和接口)--->HelloServlet内类的内容--->最好把arg0改为request、arg1改为response--->然后写个构造器(快捷键:Shift+Alt+s)--->点击ok并完成一下操作--->然后修改web.xml文件--->在web-app里添加一下内容--->然后进行捆

系统 2019-08-29 23:09:33 3612

Oracle

Oracle中 Alter Table 语句的使用

altertable的功能是修改表格。包括重名命,加减字段,修改字段类型和大小,处理约束等等。本例子之处理表名和字段,代码如下:createtableliu(avarchar2(20),bnumber(2))altertableliurenametojinrenamejintocaialtertablecaiaddcvarchar2(30)altertablecaiadd(dvarchar2(30),enumber(4))altertablecairena

系统 2019-08-12 09:29:36 3612

PHP

php操作memcache的用法、详解和方法介绍

1.简介memcache模块是一个高效的守护进程,提供用于内存缓存的过程式程序和面向对象的方便的接口,特别是对于设计动态web程序时减少对数据库的访问。memcache也提供用于通信对话(session_handler)的处理。更多Memcache模块相关信息可以到http://www.danga.com/memcached/查阅。1.1.memcache在php.ini中的配置项列表memcache在php.ini中的配置项列表名称默认值是否可变改变日志

系统 2019-08-12 09:27:31 3612

redis

redis网络资料汇总

redis网络资料汇总redis入门Redis设计与实现十五分钟介绍Redis数据结构Redis系统性介绍一个很棒的Redis介绍PPT强烈推荐!非同一般的Redis介绍Redis之七种武器锋利的Redisredis适用场景与实现Redis集群功能说明Redis几个认识误区redis环境搭建redis数据类型redis排序redis事务redispipeline介绍redis发布订阅redis持久化redis主从复制redis学习笔记之虚拟内存redisj

系统 2019-08-12 01:54:17 3612