自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(20)
  • 收藏
  • 关注

转载 制作jquery插件1-基础

概述:扩展 jQuery 元素集来提供新的方法(通常用来制作插件)例子:为jquery添加两个方法:$.fn.extend({ toRed:function (){ $(this).css("border","1px solid red"); }, toGreen:function (){ $(this).css("bo...

2014-02-28 16:01:00 38

转载 html form表单提交数据并后台获取

前台:HTML的代码:(关键是要在form里设置enctype="multipart/form-data",这样才能在提交表单时,将文件以二进制流的形式传输到服务器)<html xmlns="http://www.w3.org/1999/xhtml"><head id="Head1" runat="server"> <title>无标题页</...

2014-02-28 13:36:00 3045

转载 创业篇——小老板的日常管理

内容包括:1. 小公司如何留住骨干;2.关于授权;3.有的钱不能省;4.关于招聘;5.老板尽量唱红脸;6.公司里的亲戚;7.当老板和开车;8.学会说“不”;9.财务制度;10.政策的制定;11.分红与年终奖;12怎样涨工资。创业者必读转载于:https://www.cnblogs.com/lele/articles/3573266.html...

2014-02-28 11:52:00 56

转载 mysql:The total number of locks exceeds the lock table size

使用mysqlInnoDB存储引擎进行大量数据的更新,删除的时候容易引发”The total number of locks exceeds the lock table size”问题,解决方法之一:把整个任务切分,每次更新或者删除一部分;第二种方案:改大innodb_buffer_pool_size 的值,再一次重启mysql服务器,再次执行操作转载于:https://www.cn...

2014-02-27 21:36:00 94

转载 视图、事务

---------------------视图:对查询语句的封装--------------------视图就是对sql语句的封装create view vw_Empsasselect t1.AreaID, t1.AreaName, t2.AreaNAme as Area from TblArea as t1 inner jo...

2014-02-26 20:46:00 39

转载 C#获取cpu序列号 硬盘ID 网卡硬地址以及操作注册表 .

转:http://blog.csdn.net/smartsmile2012/article/details/8682295#region 获取cpu序列号 硬盘ID 网卡硬地址 /**/ /// <summary> /// 获取cpu序列号 /// </summary> ...

2014-02-26 17:54:00 29

转载 HDUOJ---1233还是畅通工程

还是畅通工程Time Limit: 4000/2000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 22101Accepted Submission(s): 9871Problem Description某省调查乡村交通状况,得到的统计表中列出了任意两村庄间的...

2014-02-25 13:44:00 59

转载 九度OJ - 题目1481:Is It A Tree?

题目描述:A tree is a well-known data structure that is either empty (null, void, nothing) or is a set of one or more nodes connected by directed edges between nodes satisfying the following properties....

2014-02-25 01:49:00 35

转载 Max Points on a Line

1 public class Solution { 2 public int maxPoints(Point[] points) { 3 HashMap<Double,Integer> map = new HashMap<Double,Integer>(); 4 int res = 0; 5 ...

2014-02-24 04:06:00 32

转载 weblogic domain的安装与配置

参考视频:bbk4405[root@gaosheng ~]# cd /u02/weblogic/wlserver_10.3/[root@gaosheng wlserver_10.3]# lltotal 28drwxr-xr-x 11 root root 4096 Feb 23 12:30 commondrwxr-xr-x 3 root root 4096 Feb 23 1...

2014-02-23 21:48:00 131

转载 iOS 身份证验证

- (void)onClickButton:(id) sender{if (tmp_txt.text.length == 15 || tmp_txt.text.length == 18) { NSString *emailRegex = @"^[0-9]*$"; NSPredicate *e...

2014-02-21 14:43:00 72

转载 定点法向量

aaa转载于:https://www.cnblogs.com/sdnyzhl/p/3558637.html

2014-02-20 23:32:00 579

转载 统计一句话中每个字母出现的次数

以下程序是在一本C++书出现的,觉得挺好的,就保留下来。#include<iostream>#include<map>#include<cctype>using namespace std;int main(){ map<char,int>s; //用来存储字母出现次数的映射 char c; ...

2014-02-20 22:07:00 394

转载 iOS CoreBluetooth 教程

去App Store搜索并下载“LightBlue”这个App,对调试你的app和理解Core Bluetooth会很有帮助。================================CoreBluetoothforiOS6CoreBluetooth的API是基于BLE4.0的标准的。这个框架涵盖了BLE标准的所有细节。仅仅只有新的iOS设备和Mac是和BLE标准兼容的:...

2014-02-20 15:37:00 38

转载 The Relationship Between the Shape of Stirring Impeller and Flow

It’s necessary to know the relationship between the flow and impeller shape, so that you can know more about the effects of the mud agitator in solids control system.Solid liquid mixing process is c...

2014-02-18 15:03:00 91

转载 谈谈我心目中理想的牛人

  博客园作为一个技术社区,在这里面已经涌现了一个又一个的牛人。同时我相信大家也是伴随着牛人们一起成长起来的,如今牛人还是牛人,只是时间的专注点不一样了而已。但问题是,你离牛人的距离还差多少呢?  博客园不光是一个纯的技术社区,这里还有开发者们的互相鼓励,当然也有谩骂。有人在这里抱怨,有人在这里在这里写下新年的目标,有人在这里面感叹时间飞逝,而自己依旧不是牛人:)。那我就来这里说说我心目中的牛...

2014-02-13 10:01:00 85

转载 memcache简单操作

1 <?php 2 $m = new Memcache(); 3 $m->connect('localhost',11211); 4 5 //获取版本 6 echo "server's version:" . $m->getversion()."<br>"; 7 8 //用于获取一个服务器的在线/离线状态 9 echo "se...

2014-02-12 16:26:00 56

转载 IOS文件操作(NSFileManager)

由于iOS的沙盒机制,所有的应用只能访问自己应用目录下的文件。iOS不像android,没有SD卡概念,不能直接访问图像、视频等内容。iOS应用产生的内容,如图像、文件、缓存内容等都必须存储在自己的沙盒内。默认情况下,每个沙盒含有3个文件夹:Documents, Library 和 tmp。Library包含Caches、Preferences目录。完整路径为:用户->资源库->...

2014-02-12 11:20:00 37

转载 android 快捷方式代码片段随记

/** * 创建桌面快捷方式 一 */ private void addShortcutToDesktop(){ Intent shortcut = new Intent("com.android.launcher.action.INSTALL_SHORTCUT"); // 不允许重建 shortcut.putExtra(...

2014-02-07 20:51:00 39

转载 Asynchronous calls and remote callbacks using Lingo Spring Remoting

http://www.jroller.com/sjivan/entry/asynchronous_calls_and_callbacks_usingAsynchronous calls and remote callbacks using Lingo Spring RemotingAs mentioned in my previous blog entry, Lingo is the on...

2014-02-01 13:50:00 90

空空如也

空空如也

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

TA关注的人

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