<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[weixin_34194551的博客]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/weixin_34194551</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; weixin_34194551]]></copyright><item><title><![CDATA[using vb.net read unix style text file]]></title><link>https://blog.csdn.net/weixin_34194551/article/details/94640749</link><guid>https://blog.csdn.net/weixin_34194551/article/details/94640749</guid><author>weixin_34194551</author><pubDate>Thu, 04 Jul 2019 18:24:29 +0800</pubDate><description><![CDATA[Unix text file uses linefeed only to indicate end of line, the .net streamreader's readline function is not working with unix text file.
I made a small wrapper for StreamReader class to make it is wo...]]></description><category></category></item><item><title><![CDATA[20060122: 差点被偷]]></title><link>https://blog.csdn.net/weixin_34194551/article/details/94467627</link><guid>https://blog.csdn.net/weixin_34194551/article/details/94467627</guid><author>weixin_34194551</author><pubDate>Tue, 02 Jul 2019 18:41:38 +0800</pubDate><description><![CDATA[昨天下班回去，车上比较挤。一中年男子掏我左上衣口袋，我转过身去，把口袋拉链拉起来，那男的又凑到我左边，右手拿把伞伸到我口袋前面，为的是挡住我前面坐着的乘客的视线；一个比较年轻的，站在我右后方，左手拿一块纸板挡住，右手开始拉我口袋拉链。我火来了，等他把手伸进来就猛地转身，他一下子手抽不回来，于是车上谁都看到了。小伙子见我好像要吃了他，缩着头说：“不好意思，不好意思……”。这时车到站了...]]></description><category></category></item><item><title><![CDATA[WCF 第五章 控制并发会话的数量]]></title><link>https://blog.csdn.net/weixin_34194551/article/details/94206808</link><guid>https://blog.csdn.net/weixin_34194551/article/details/94206808</guid><author>weixin_34194551</author><pubDate>Sat, 29 Jun 2019 21:03:05 +0800</pubDate><description><![CDATA[当InstancingMode被设置成PerSession时，WCF为每个连接到服 务端的会话创建一个实例。为了控制连接到一个服务端的会话数量，可以使用maxConcurrentSessions行为。当达到最大值时，下一个客户端 尝试创建的会话将会阻塞直到另外一个会话关闭。这个设置对限制可以连接到服务端的用户(或客户端或服务器端)的数目是很有用的。  列表5.11显示了一个使用InstanceC...]]></description><category></category></item><item><title><![CDATA[【C#】浅克隆和深克隆的区别和在C#中的体现形式]]></title><link>https://blog.csdn.net/weixin_34194551/article/details/94202935</link><guid>https://blog.csdn.net/weixin_34194551/article/details/94202935</guid><author>weixin_34194551</author><pubDate>Sat, 29 Jun 2019 20:30:32 +0800</pubDate><description><![CDATA[前言：我们知道对象分引用类型和值类型。
浅克隆：复制一个现有对象,引用类型指向同一个内存块（string为最特殊的对象，这里当作值类型来看先）


public class User    
  {
        public int Age { get; set; }
        public string UserName { get; set; }
       ...]]></description><category></category></item><item><title><![CDATA[通过监听Windows消息实现控件的键盘和鼠标事件路由]]></title><link>https://blog.csdn.net/weixin_34194551/article/details/94199599</link><guid>https://blog.csdn.net/weixin_34194551/article/details/94199599</guid><author>weixin_34194551</author><pubDate>Sat, 29 Jun 2019 20:05:26 +0800</pubDate><description><![CDATA[以前发表过《通过监听Windows消息对复合控件进行整体控制(C#)一 》两篇，讲述了通过FrameWork框架提供的技术监听Windows消息来实现事件的路由，但部分实现并不是很好，而且有部分功能并不能很好解决控件的事件，此篇通过对原方法进行改写，有些实现通过调用Windows API辅助解决，基本上解决了控件的键盘和鼠标事件的路由。（JS和WPF有事件路由的功能）
 实...]]></description><category></category></item><item><title><![CDATA[网页登陆验证码]]></title><link>https://blog.csdn.net/weixin_34194551/article/details/94153776</link><guid>https://blog.csdn.net/weixin_34194551/article/details/94153776</guid><author>weixin_34194551</author><pubDate>Sat, 29 Jun 2019 14:04:22 +0800</pubDate><description><![CDATA[原理:
生成一个图片,并且保存图片中显示的字符到SESSION.在登陆时判断输入的校验码是否和SESSION中校验码相同.
这是生成校验码和图片的文件checkNumber.php

&lt;?php
session_start();
if($act　==　"init")
{
　　　　Header("Content-type:　image/png");
　　　　srand(mic...]]></description><category></category></item><item><title><![CDATA[java读取项目中的文件]]></title><link>https://blog.csdn.net/weixin_34194551/article/details/94106096</link><guid>https://blog.csdn.net/weixin_34194551/article/details/94106096</guid><author>weixin_34194551</author><pubDate>Sat, 29 Jun 2019 06:12:46 +0800</pubDate><description><![CDATA[System.getProperty("user.dir")+"\\src\\main\\resources\\xxx.xml
此为项目中文件的路径。

System.getProperty("user.dir")得到的是当前项目的路径。比如D：\workspace\demo

还有一种：

InputStream in = GoodsPropertiesManager.cla...]]></description><category></category></item><item><title><![CDATA[缴款日后流动性仍紧 央票利率再现“倒挂”]]></title><link>https://blog.csdn.net/weixin_34194551/article/details/94068783</link><guid>https://blog.csdn.net/weixin_34194551/article/details/94068783</guid><author>weixin_34194551</author><pubDate>Sat, 29 Jun 2019 00:19:00 +0800</pubDate><description><![CDATA[每经记者 贺麒麟 发自上海存款准备金缴款过后，银行体系流动性紧张的态势并未如市场预期迅速缓解，资金价格出现反弹。央行通过公开市场操作向商业银行“输血”，本周实现净投放670亿元，但未能立即见效。同时业内人士指出,施工保护　，央票一二级市场利差再次倒挂，以及挥之不去的通胀压力，加之4月份居高不下的新增外汇占款，令市场紧缩预期强化。央票一二级利差再次倒挂因存款准备金率上调本周缴款，央...]]></description><category></category></item><item><title><![CDATA[刚建立了个人网站]]></title><link>https://blog.csdn.net/weixin_34194551/article/details/94334015</link><guid>https://blog.csdn.net/weixin_34194551/article/details/94334015</guid><author>weixin_34194551</author><pubDate>Fri, 28 Jun 2019 09:18:00 +0800</pubDate><description><![CDATA[以后会慢慢向个人网站转移, 个人网站会有更多资料, 更多干货.
地址: lipeiguan.top

转载于:https://www.cnblogs.com/BlameKidd/p/11100878.html]]></description><category></category></item><item><title><![CDATA[Formview单文档或对话框项目接受不到按键消息的解决办法]]></title><link>https://blog.csdn.net/weixin_34194551/article/details/93946733</link><guid>https://blog.csdn.net/weixin_34194551/article/details/93946733</guid><author>weixin_34194551</author><pubDate>Fri, 28 Jun 2019 03:38:46 +0800</pubDate><description><![CDATA[当对话框或formview界面上有控件时，由于焦点在控件上，因此wm_char,wm_keydown等按键消息会被控件捕获，而导致对话框或formview无法接受该类按键消息。这时候通常的解决方法是在对话框类或者forview类中重写PreTranslateMessage函数，该函数是在消息路由前的预处理函数，（经测试）该函数能够在控件处理按键消息之前对消息进行预处理。通常的解决思路是在该函数中将...]]></description><category></category></item><item><title><![CDATA[ya-snippet.org]]></title><link>https://blog.csdn.net/weixin_34194551/article/details/93939379</link><guid>https://blog.csdn.net/weixin_34194551/article/details/93939379</guid><author>weixin_34194551</author><pubDate>Fri, 28 Jun 2019 02:04:20 +0800</pubDate><description><![CDATA[ya-snippet.org







 

  pre {
    background-color: #2f4f4f;line-height: 1.6;
    FONT: 10.5pt Consola,"Bitstream Vera Sans", Courier New, helvetica;
    color:wheat;
  }
  .h3 {
    margin-lef...]]></description><category></category></item><item><title><![CDATA[Linq表连接大全(INNER JOIN、LEFT OUTER JOIN、RIGHT OUTER JOIN、FULL OUTER JOIN、CROSS JOIN)]]></title><link>https://blog.csdn.net/weixin_34194551/article/details/93902548</link><guid>https://blog.csdn.net/weixin_34194551/article/details/93902548</guid><author>weixin_34194551</author><pubDate>Thu, 27 Jun 2019 19:30:08 +0800</pubDate><description><![CDATA[转自：
http://www.cnblogs.com/shenqiboy/p/3260105.html
转载于:https://www.cnblogs.com/mabelhua/p/7692120.html]]></description><category></category></item><item><title><![CDATA[vue中使用Echarts]]></title><link>https://blog.csdn.net/weixin_34194551/article/details/94451200</link><guid>https://blog.csdn.net/weixin_34194551/article/details/94451200</guid><author>weixin_34194551</author><pubDate>Thu, 27 Jun 2019 18:02:00 +0800</pubDate><description><![CDATA[&lt;template&gt;
    &lt;div id="myChart" :style="{width: '300px', height: '300px'}"&gt;&lt;/div&gt;
&lt;/template&gt;

&lt;script&gt;
export default {
  name: 'hello',
  data () {
    retur...]]></description><category></category></item><item><title><![CDATA[雷林鹏分享：PHP 连接 MySQL]]></title><link>https://blog.csdn.net/weixin_34194551/article/details/94180722</link><guid>https://blog.csdn.net/weixin_34194551/article/details/94180722</guid><author>weixin_34194551</author><pubDate>Thu, 27 Jun 2019 15:17:00 +0800</pubDate><description><![CDATA[　　PHP 5 及以上版本建议使用以下方式连接 MySQL :
　　MySQLi extension ("i" 意为 improved)
　　PDO (PHP Data Objects)
　　在 PHP 早期版本中我们使用 MySQL 扩展。但该扩展在 2012 年开始不建议使用。
　　我是该用 MySQLi ，还是 PDO?
　　如果你需要一个简短的回答，即 "你习惯哪个就用哪个"。...]]></description><category></category></item><item><title><![CDATA[从十亿个数中找出前1000个最大的数的算法]]></title><link>https://blog.csdn.net/weixin_34194551/article/details/93852827</link><guid>https://blog.csdn.net/weixin_34194551/article/details/93852827</guid><author>weixin_34194551</author><pubDate>Thu, 27 Jun 2019 10:34:36 +0800</pubDate><description><![CDATA[10亿个数中找出1000个最大的数的算法思路：

 1，先拿出前1000个数字，并排序，找出最小值为 minValue .
 2, 然后再依次拿出1000个数字，找出最大值为 tempMaxValue.
 3, 如果tempMaxValue比 minValue 大， 则将 theMaxValue 放入前1000个数中,再排序并找出minValue .
 4 ...]]></description><category></category></item><item><title><![CDATA[MongoDB 之Java应用测试]]></title><link>https://blog.csdn.net/weixin_34194551/article/details/93802843</link><guid>https://blog.csdn.net/weixin_34194551/article/details/93802843</guid><author>weixin_34194551</author><pubDate>Thu, 27 Jun 2019 00:39:27 +0800</pubDate><description><![CDATA[不多说了，看源码

package corejava2.mongo.basic;

import java.net.UnknownHostException;

import org.bson.types.ObjectId;

import com.mongodb.BasicDBObject;
import com.mongodb.DB;
import com.mongodb....]]></description><category></category></item><item><title><![CDATA[本文详细介绍Python 设计模式系列之二: 创建型 Simple Factory 模式（转载）]]></title><link>https://blog.csdn.net/weixin_34194551/article/details/93801089</link><guid>https://blog.csdn.net/weixin_34194551/article/details/93801089</guid><author>weixin_34194551</author><pubDate>Thu, 27 Jun 2019 00:21:53 +0800</pubDate><description><![CDATA[源地址：http://doc.chinaunix.net/python/200703/202210.shtml
本文详细介绍Python 设计模式系列之二: 创建型 Simple Factory 模式 



　　本文示例源代码或素材下载
　　软件设计大师总是要比初学者更加清楚该如何设计软件，因为他们手中掌握着设计模式这一法宝。作为一种高级的软件复用形式，设计模式是众多优秀软件设计...]]></description><category></category></item><item><title><![CDATA[[Windows Azure] Monitoring SQL Database Using Dynamic Management Views]]></title><link>https://blog.csdn.net/weixin_34194551/article/details/93800278</link><guid>https://blog.csdn.net/weixin_34194551/article/details/93800278</guid><author>weixin_34194551</author><pubDate>Thu, 27 Jun 2019 00:14:12 +0800</pubDate><description><![CDATA[Monitoring Windows Azure SQL Database Using Dynamic Management Views
5 out of 7 rated this helpful - Rate this topic 


MicrosoftWindows Azure SQL Database enables a subset of dynamic management ...]]></description><category></category></item><item><title><![CDATA[对拍老是忘记的看这里：bat代码]]></title><link>https://blog.csdn.net/weixin_34194551/article/details/93452853</link><guid>https://blog.csdn.net/weixin_34194551/article/details/93452853</guid><author>weixin_34194551</author><pubDate>Mon, 24 Jun 2019 07:02:32 +0800</pubDate><description><![CDATA[需要写三个程序，makedata.exe 产生测试数据，
program1.exe 是你要检测的程序，program2.exe 往往是一个正确但效率不高（暴力的居多）的程序。

代码很简单，稍作解释:loop                      //loop表示循环的开始
makedata.exe           ...]]></description><category></category></item><item><title><![CDATA[人本论]]></title><link>https://blog.csdn.net/weixin_34194551/article/details/93444308</link><guid>https://blog.csdn.net/weixin_34194551/article/details/93444308</guid><author>weixin_34194551</author><pubDate>Mon, 24 Jun 2019 04:51:56 +0800</pubDate><description><![CDATA[以人为本，即使论调很高，水分很多，但我个人向往，水能载舟亦能覆舟，得民心者得天下，这些千年古训无不是从侧面反应以人为本的不菲价值. 以人为本，简单的解释就是以人为根本，以人的得失为中心。对于万物，根基大了，中心有了，收获只不过是一个时间问题。何为人？我个人理解，人，是个体亦是群体。大至自然万物万象，中至社会人类，小至团体个人。以人为本，自然就是宇宙要符合自然规律；...]]></description><category></category></item></channel></rss>