自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(249)
  • 资源 (3)
  • 收藏
  • 关注

原创 PHP 中文字符替换

PHP 中文字符替换<?php// 获取某目录下所有文件、目录名(不包括子目录下文件、目录名)$dir = 'output/';$handler = opendir($dir);$files = array();while (($filename = readdir($handler)) !== false){ // 务必使用!==,防止目录下出现类似文件名“0”等情况 if ($filename !== "." && $filename !==

2020-11-13 20:12:23 339

原创 Delphi TListView 修改列表头高度、字体大小

unit Unit2;interfaceuses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.ComCtrls, CommCtrl, WinSki

2015-09-29 15:40:21 3813

原创 access xenserver outside of localhost

Steps to access XENServer from XENCenter on a different subnet[+] On the Router 1) Port forward on the router (virtual servers) ports 443, 22, 80, 5900-6000 2) setup DMZ on the router with the

2015-09-22 14:38:33 647

原创 How to download Xcode 4 / 5 / 6 / 7 and get the DMG file?

有感于最近发现的 Xcode ghost 木马,有必要保存一份 Xcode 直接下载 urlhttps://developer.apple.com/downloads/http://stackoverflow.com/questions/10335747/how-to-download-xcode-4-5-6-7-and-get-the-dmg-file

2015-09-19 09:58:43 614

转载 windows Server 2008各版本有何区别?

http://jingyan.baidu.com/article/22a299b52469ce9e19376ac8.html

2015-09-17 10:19:15 1839

转载 Open Source iOS Apps – Real iOS Source Code Examples

https://maniacdev.com/2010/06/35-open-source-iphone-app-store-apps-updated-with-10-new-apps

2015-09-15 14:52:27 581

转载 OPENSTACK 架构设计指南 from Mirantis

http://docs.ocselected.org/openstack-manuals/kilo/arch-design/content/ch_preface.htmlhttp://docs.ocselected.org/openstack-manuals/kilo/

2015-09-10 09:18:26 545

转载 Using Session State in a Web Service

http://www.codeproject.com/Articles/35119/Using-Session-State-in-a-Web-Service

2015-09-02 15:48:52 335

原创 Xcode 开发环境证书迁移心得

本文适用于你已经有一台开发机,然后需要安装一台新的开发机1. 首先要导入两个  private key2. 安装证书 3. 搞定

2015-08-13 15:50:11 854

原创 Xcode下载地址大全

http://adcdownload.apple.com/Developer_Tools/xcode_6.0.1/xcode_6.0.1.dmg http://adcdownload.apple.com/Developer_Tools/xcode_5.1.1/xcode_5.1.1.dmg http://adcdownload.apple.com/Developer_Tools/xcode

2015-08-07 06:17:57 568

转载 关于iOS多线程,你看我就够了(已更新)

http://www.cocoachina.com/ios/20150731/12819.html

2015-08-03 14:11:26 640

原创 Flood Fill Image

http://rosettacode.org/wiki/Bitmap/Flood_fill#First_exampleC# Example:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Drawing;namespace

2015-07-27 17:43:32 479

转载 MySQL客户端工具 SQLyog

http://www.mysqlpub.com/forum.php?mod=viewthread&tid=540&from=portal

2015-07-17 17:00:46 1343

转载 最全最强解析:支付宝钱包系统架构内部剖析(架构图)

点击打开链接

2015-06-29 21:40:24 3330

转载 How to Make a Game Like Candy Crush

http://www.raywenderlich.com/66915/how-to-make-a-game-like-candy-crush-part-2http://www.raywenderlich.com/66915/how-to-make-a-game-like-candy-crush-part-1

2015-06-29 21:15:26 510

转载 11个超棒的iOS开发学习网站

点击打开链接

2015-06-28 05:45:27 610

原创 Delphi 各版本下载

http://blog.csdn.net/maxwoods

2015-06-17 09:19:11 2187

原创 XenAPI DOC

https://xapi-project.github.io/xen-api/classes/vm.html

2015-06-02 11:45:04 1365

原创 Vistual Studio User Controls not showing up in the toolbox

Check this setting:Tools > Options > Windows Forms Designer > General : AutoToolboxPopulateIt should be set to True for this to work.

2015-05-28 15:11:19 457

原创 XenAPI (C#) Tips

Create a XenServer virtual machine from a template using XAPI

2015-05-26 14:54:44 463

转载 用CocoaPods做iOS程序的依赖管理

http://www.devtang.com/blog/2014/05/25/use-cocoapod-to-manage-ios-lib-dependency/

2015-05-05 21:29:50 469

转载 CloudStack 学习资料

http://54im.com/category/%E4%BA%91%E8%AE%A1%E7%AE%97/cloudstack

2015-04-27 14:43:38 470

原创 OpenStack 学习资料

http://www.aboutyun.com/thread-5567-1-1.html

2015-04-25 07:02:49 631

原创 Xenserver部署规划

http://fosufeng.blog.51cto.com/483261/1087486http://mabofeng.blog.51cto.com/2661587/646659

2015-04-17 16:55:47 896

原创 ios device screen size

// Pixel Resolutions: // // iPad HD: 2048 x 1536 (4 x 3) // iPad: 1024 x 768 (4 x 3) // iPhone 6+: 2208 x 1242 (16 x 9) // iPhone 6: 1334 x 750 (16 x 9) // iPhone 5: 1136 x 640 (16 x 9)

2015-04-17 08:03:38 685

原创 中国风手游竖版场景地图素材 128P

中国风手游竖版场景地图素材 128P 中国风手游竖版场景地图素材 128P

2015-04-16 08:32:04 2073

原创 cocos2d v3 fixed size screen mode

// Use v3's new fixed size screen mode to make it easier to support multiple device scales and resolutions. // It sets up Cocos2D with a 568x384 point "design size"

2015-04-15 20:27:01 380

转载 游戏素材好站

deviantart.com

2015-04-07 06:06:51 700

转载 关于git的submodule

http://blog.cnrainbird.com/index.php/2012/05/31/guan_yu_git_de_submodule/关于git的submodulePosted on2012 年 5 月 31 日 byrainbird Download this page in PDF format搞开发的都大都知道章鱼猫吧(gith

2015-04-06 09:31:51 356

转载 windows server 2008 R2 x64 服务器系统升级-解决服务器物理内存不能完全使用问题

http://www.tuicool.com/articles/i6fEnewindows server 2008 R2 x64 服务器系统升级-解决服务器物理内存不能完全使用问题。 - 尾戒0717时间 2014-08-23 23:30:00 博客园-所有随笔区原文 http://www.cnblogs.com/weijie0717/p/3932029.html

2015-04-01 17:28:09 5568

原创 Make Games With Us Tutorials

https://www.makeschool.com/tutorials/getting-started-with-spritebuilder/installing-spritebuilder

2015-03-30 05:05:18 434

转载 MySQL修改root密码的多种方法

http://jingyan.baidu.com/article/0320e2c198ad5f1b87507bc8.html

2015-03-27 09:13:43 362

转载 大于2T硬盘通过UEFI启动+GPT分区表安装Server 2008 R2

http://www.rootop.org/pages/2744.html

2015-03-26 09:06:34 23630

原创 面试在线测试题库

面试在线测试题库http://www.ex-designz.net/http://www.pskills.org/

2015-03-22 05:46:31 2994

转载 TWebUpdate使用指南

http://bbs.oeeee.com/blog-1094067-241753.html

2015-03-16 14:06:59 1124

原创 Remote Desktop Protocol 8.1 Update for Windows 7 SP1 released to web

Remote Desktop Protocol 8.1 Update for Windows 7 SP1 released to web

2015-03-16 10:05:14 506

转载 App如何适应 iPhone 5s/6/6 Plus 三种屏幕的尺寸?

http://www.cocoachina.com/ios/20150130/11076.html

2015-02-01 09:44:38 579

转载 搭建Mantis 缺陷管理系统

点击打开链接

2015-01-26 05:55:49 339

转载 RDP 8.0

点击打开链接

2015-01-22 15:25:53 599

原创 上海市出入境管理局电子政务平台

http://crj.police.sh.cn

2014-12-26 16:45:17 4824

OverbyteIcsV8Gold

The Internet Component Suite is composed of various Internet components and applications. It is distributed as freeware with full source code for all Delphi and C++Builder versions. The sample applications exists in two forms: Object Pascal for Delphi and C++ for C++Builder. The components are written in Object Pascal native VCL which can be compiled by Delphi as well as C++Builder. There is a wiki under construction here where you'll find valuable documentation. Below you'll find the links to download ICS/ICS-SSL distribution archives. You can find the latest source on the version control repository and an archive extracted daily from the repository here: ICS-V8. We use SubVersion server and you need to use a subversion client such as TortoiseSVN. Once your SVN client is installed, for ICS-V6 you can browse to svn://svn.overbyte.be/ics or http://svn.overbyte.be:8443/svn/ics or for ICS-V5 to: svn://svn.overbyte.be/icsv5 or http://svn.overbyte.be:8443/svn/icsv5. ICS-V8 is the trunk, ICS-V7 is in ics/tags/icsv7. All use usercode = ics and password = ics for read access. Write access is only available to TeamICS.

2014-09-16

一键飞信,命令行免费发短信

一键飞信 一键飞信是一款基于飞信 VCL/COM 控件的用命令行发送飞信,无需臃肿的飞信客户端,方便、快捷! 功能列表 发送短信到自己手机 发送消息到任意飞信号【PC端】 命令行方式

2009-12-18

飞信 VCL 控件,免费发短信

飞信 VCL 控件 飞信 VCL 控件是把中国移动飞信协议和其功能处理逻辑用 VCL 封装的第三方应用程序库。使用飞信 VCL 能够方便的开发中国移动飞信第三方客户端,飞信 VCL 屏蔽了底层的通信协议,为开发者提供简单,丰富的上层应用接口,使得开发者能够轻松的几行代码就能开发出属于自己平台的飞信第三方客户端。用飞信 VCL,可以快速的开发飞信机器人、搭建企业飞信解决方案。 功能列表 * 登录飞信服务器 * 获取好友分组列表 * 获取好友列表 * 收/发手机短信 * 修改呢称 * 修改心情短语 * 发送消息到任意飞信号【PC端】 * 定时短信 * 标准版 (不含源码) 免费使用 http://space.cnblogs.com/group/any2mobile/

2009-12-18

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除