<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[weixin_33835690的博客]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/weixin_33835690</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; weixin_33835690]]></copyright><item><title><![CDATA[建造者模式（C++）]]></title><link>https://blog.csdn.net/weixin_33835690/article/details/94746677</link><guid>https://blog.csdn.net/weixin_33835690/article/details/94746677</guid><author>weixin_33835690</author><pubDate>Fri, 05 Jul 2019 17:58:06 +0800</pubDate><description><![CDATA[#include &lt;iostream&gt;
using namespace std;

class buildcomputer
{
public:
    buildcomputer(){}
    virtual ~buildcomputer(){}
    virtual void buildmouse()=0;
    virtual void buildmoi...]]></description><category></category></item><item><title><![CDATA[AngularJS(17)-Angular小程序]]></title><link>https://blog.csdn.net/weixin_33835690/article/details/94611689</link><guid>https://blog.csdn.net/weixin_33835690/article/details/94611689</guid><author>weixin_33835690</author><pubDate>Thu, 04 Jul 2019 13:38:23 +0800</pubDate><description><![CDATA[现在可以开始创建您的第一个 AngularJS 应用程序，一个 AngularJS 单页 Web 应用。

&lt;!DOCTYPE html&gt;
&lt;html lang="en" ng-app="myNoteApp"&gt;
&lt;head&gt;
    &lt;meta charset="UTF-8"&gt;
    &lt;title&gt;笔记&lt;/title&...]]></description><category></category></item><item><title><![CDATA[hdu 2203 亲和串]]></title><link>https://blog.csdn.net/weixin_33835690/article/details/94538722</link><guid>https://blog.csdn.net/weixin_33835690/article/details/94538722</guid><author>weixin_33835690</author><pubDate>Wed, 03 Jul 2019 07:20:58 +0800</pubDate><description><![CDATA[这题大概是数据比较水吧，我本以为会wa或者什么的，没想到直接亮了。讨论版里面神代码多的是，但是我也想把我的代码贴出来：
ac代码：
View Code 

#include &lt;algorithm&gt;
#include &lt;iostream&gt;
#include &lt;cstdlib&gt;
#include &lt;cstring&gt;
#include &l...]]></description><category></category></item><item><title><![CDATA[斐波那契数列]]></title><link>https://blog.csdn.net/weixin_33835690/article/details/94506395</link><guid>https://blog.csdn.net/weixin_33835690/article/details/94506395</guid><author>weixin_33835690</author><pubDate>Wed, 03 Jul 2019 00:57:28 +0800</pubDate><description><![CDATA[费波那西数列，又译费波拿契数、斐波那契数列、费氏数列、黄金分割数列。
在数学上，费波那西数列是以递归的方法来定义：





用文字来说，就是费波那西数列由0和1开始，之后的费波那西系数就由之前的两数相加。
0,1,1,2,3,5,8,13,21,34,55,89,144,233,377,610, 987, 1597, 2584, 4181, 6...]]></description><category></category></item><item><title><![CDATA[windbg show args after breakpoint]]></title><link>https://blog.csdn.net/weixin_33835690/article/details/94503715</link><guid>https://blog.csdn.net/weixin_33835690/article/details/94503715</guid><author>weixin_33835690</author><pubDate>Wed, 03 Jul 2019 00:30:13 +0800</pubDate><description><![CDATA[bp ntdll!NtOpenFile ".echo ####################;du poi(ebp+8);.echo ########################;"


　　
转载于:https://www.cnblogs.com/long123king/p/3833685.html]]></description><category></category></item><item><title><![CDATA[封装JNDI操作LDAP服务器的工具类3]]></title><link>https://blog.csdn.net/weixin_33835690/article/details/94494151</link><guid>https://blog.csdn.net/weixin_33835690/article/details/94494151</guid><author>weixin_33835690</author><pubDate>Tue, 02 Jul 2019 22:54:26 +0800</pubDate><description><![CDATA[packagecom.common.ldapconnection; importjava.util.List;  importjava.util.Vector;  /** * *&lt;p&gt;功能描述：ldap的处理类，提供了各种操作ldap的方法。&lt;/p&gt; *@authorliaowufeng *@version1...]]></description><category></category></item><item><title><![CDATA[Maximum length of a table name in MySQL]]></title><link>https://blog.csdn.net/weixin_33835690/article/details/94493733</link><guid>https://blog.csdn.net/weixin_33835690/article/details/94493733</guid><author>weixin_33835690</author><pubDate>Tue, 02 Jul 2019 22:50:32 +0800</pubDate><description><![CDATA[http://dev.mysql.com/doc/refman/5.7/en/identifiers.html



The following table describes the maximum length for each type of identifier.



IdentifierMaximum Length (characters)



Datab...]]></description><category></category></item><item><title><![CDATA[OpenSSL命令---s_client]]></title><link>https://blog.csdn.net/weixin_33835690/article/details/94493548</link><guid>https://blog.csdn.net/weixin_33835690/article/details/94493548</guid><author>weixin_33835690</author><pubDate>Tue, 02 Jul 2019 22:48:48 +0800</pubDate><description><![CDATA[http://blog.csdn.net/as3luyuan123/article/details/16812071
用途：
s_client为一个SSL/TLS客户端程序，与s_server对应，它不仅能与s_server进行通信，也能与任何使用ssl协议的其他服务程序进行通信。
用法：


[cpp]view plaincopy




openssls_clien...]]></description><category></category></item><item><title><![CDATA[观锁与悲观锁(Hibernate)]]></title><link>https://blog.csdn.net/weixin_33835690/article/details/94493393</link><guid>https://blog.csdn.net/weixin_33835690/article/details/94493393</guid><author>weixin_33835690</author><pubDate>Tue, 02 Jul 2019 22:47:21 +0800</pubDate><description><![CDATA[乐观锁与悲观锁 文章转自网上好像是玉米田的，忘记了
锁（ locking ） 业务逻辑的实现过程中，往往需要保证数据访问的排他性。如在金融系统的日终结算 处理中，我们希望针对某个 cut-off 时间点的数据进行处理，而不希望在结算进行过程中 （可能是几秒种，也可能是几个小时），数据再发生变化。此时，我们就需要通过一些机 制来保证这些数据在某个操作过程中不会被外界修改，这样的机制，在这里，也就是...]]></description><category></category></item><item><title><![CDATA[Oracle Connect DB2]]></title><link>https://blog.csdn.net/weixin_33835690/article/details/94493092</link><guid>https://blog.csdn.net/weixin_33835690/article/details/94493092</guid><author>weixin_33835690</author><pubDate>Tue, 02 Jul 2019 22:44:16 +0800</pubDate><description><![CDATA[转载于:https://www.cnblogs.com/kevinkim/archive/2012/08/22/2651204.html]]></description><category></category></item><item><title><![CDATA[如何在c-free(mingw)中创建OPENGL工程(汇总帖)]]></title><link>https://blog.csdn.net/weixin_33835690/article/details/94278602</link><guid>https://blog.csdn.net/weixin_33835690/article/details/94278602</guid><author>weixin_33835690</author><pubDate>Sun, 30 Jun 2019 07:57:09 +0800</pubDate><description><![CDATA[1.下载第一入口http://www.opengl.org/resources/libraries/glut/可以从上述网站转到下面的地址：http://user.xmission.com/~nate/glut.html下载glut-bin包，内含glut32.dll、glut.h、glut32.lib。此外可以从http://web.cs.wpi.edu/~gogo/courses/mingw/...]]></description><category></category></item><item><title><![CDATA[WinForm中跨线程操作控件]]></title><link>https://blog.csdn.net/weixin_33835690/article/details/94202128</link><guid>https://blog.csdn.net/weixin_33835690/article/details/94202128</guid><author>weixin_33835690</author><pubDate>Sat, 29 Jun 2019 20:24:32 +0800</pubDate><description><![CDATA[在WinForm编程时会遇到通过后台线程操作界面的情况，直接在后台线程执行的方法中直接操作控件会报错，这时候就要使用跨线程方式间接操作控件。下面是两种实现方式。

1、采用定义delegate的方式


private delegate void SetTextBoxValueDelegate(string value);
private void SetTextBoxValue(s...]]></description><category></category></item><item><title><![CDATA[架构师修炼之路]]></title><link>https://blog.csdn.net/weixin_33835690/article/details/94195955</link><guid>https://blog.csdn.net/weixin_33835690/article/details/94195955</guid><author>weixin_33835690</author><pubDate>Sat, 29 Jun 2019 19:37:20 +0800</pubDate><description><![CDATA[国内我们对架构师，项目经理，开发经理或者是技术总监这类职业定位普遍不都不清晰，很多的情况是“能者多劳”，一人身兼数职。达尔文的理论在我们的行业是绝对适用的，我从进入这个行业开始我就不甘于成为淘汰者，而我也由心地热爱着这个行业很年前我就立志要成为架构师（当年流行叫：系统分析员 ）这目标进发。回首这10几年的磨练，我总结了一下一名合格的架构师应该具备哪一些方面的能力以及怎么才能得到这些能力
编码能力...]]></description><category></category></item><item><title><![CDATA[关闭winxp的文件保护(转)]]></title><link>https://blog.csdn.net/weixin_33835690/article/details/94192395</link><guid>https://blog.csdn.net/weixin_33835690/article/details/94192395</guid><author>weixin_33835690</author><pubDate>Sat, 29 Jun 2019 19:07:40 +0800</pubDate><description><![CDATA[安装一个摄像头的驱动,结果一直出错，进入日志中查看，说是：c:\windows\system32\drivers\usbscan.sys 上进行文件替换。 为了维护系统稳定，这个文件被还原成原始版本。 不正确文件的版本是 5.1.2600.1106，系统文件的版本是 5.1.2600.2180。    看来只能关闭windows的文件保护功能，原以为这是件简单的事情呢，一操作...]]></description><category></category></item><item><title><![CDATA[一个产生随机图片验证码的示例]]></title><link>https://blog.csdn.net/weixin_33835690/article/details/94156164</link><guid>https://blog.csdn.net/weixin_33835690/article/details/94156164</guid><author>weixin_33835690</author><pubDate>Sat, 29 Jun 2019 14:24:36 +0800</pubDate><description><![CDATA[View Code 

package com.wyf.servlet;import java.awt.Color;import java.awt.Font;import java.awt.Graphics2D;import java.awt.image.BufferedImage;import java.io.IOException;import java.util.Random;impor...]]></description><category></category></item><item><title><![CDATA[Form表单中method="post/get'的区别（转）]]></title><link>https://blog.csdn.net/weixin_33835690/article/details/94153279</link><guid>https://blog.csdn.net/weixin_33835690/article/details/94153279</guid><author>weixin_33835690</author><pubDate>Sat, 29 Jun 2019 14:00:29 +0800</pubDate><description><![CDATA[Form提供了两种数据传输的方式——get和post。虽然它们都是数据的提交方式，但是在实际传输时确有很大的不同，并且可能会对数据产生严重的影响。虽然为了方便的得到变量值，Web容器已经屏蔽了二者的一些差异，但是了解二者的差异在以后的编程也会很有帮助的。
Form中的get和post方法，在数据传输过程中分别对应了HTTP协议中的GET和POST方法。二者主要区别如下：
1、Get是用来从服务...]]></description><category></category></item><item><title><![CDATA[一键U盘装系统]]></title><link>https://blog.csdn.net/weixin_33835690/article/details/93957469</link><guid>https://blog.csdn.net/weixin_33835690/article/details/93957469</guid><author>weixin_33835690</author><pubDate>Fri, 28 Jun 2019 06:34:06 +0800</pubDate><description><![CDATA[http://www.upanok.com/help.html
转载于:https://www.cnblogs.com/technical/archive/2012/03/27/2420404.html]]></description><category></category></item><item><title><![CDATA[刚刚出炉的小站，请大家帮忙测试（vs08，linq，sql05开发）+想找个工作]]></title><link>https://blog.csdn.net/weixin_33835690/article/details/93948067</link><guid>https://blog.csdn.net/weixin_33835690/article/details/93948067</guid><author>weixin_33835690</author><pubDate>Fri, 28 Jun 2019 03:57:17 +0800</pubDate><description><![CDATA[刚刚出炉的小站，请大家帮忙测试（vs08，linq，sql05开发）
偶的技术不怎么滴
请大家帮忙测试哈
有意见提意见
没意见喝茶
嘿嘿
网址是：http://www.bantool.cn/ 主页面
包括的内容：半途心情是---文章 半途留影是---photos 半途拾零----作品展示 半途中人----关于站长 半途留声----留言板

另外呢
我最...]]></description><category></category></item><item><title><![CDATA[DotNetTextBox V3.0 所见即所得编辑器控件 For Asp.Net2.0(ver 3.1.5Beta)]]></title><link>https://blog.csdn.net/weixin_33835690/article/details/93690701</link><guid>https://blog.csdn.net/weixin_33835690/article/details/93690701</guid><author>weixin_33835690</author><pubDate>Wed, 26 Jun 2019 02:42:44 +0800</pubDate><description><![CDATA[英文名：DotNetTextBox V3.0 WYSWYG Web Control For Asp.Net2.0
中文名：DotNetTextBox V3.0 所见即所得编辑器控件 For Asp.Net2.0
类型: Free(免费)
作者: 小宝.NET 2.0(Terry Deng)
主页：http://www.aspxcn.com.cn
控件演示页面: http://www.do...]]></description><category></category></item><item><title><![CDATA[bzoj 4298 [ONTAK2015]Bajtocja——哈希+启发式合并]]></title><link>https://blog.csdn.net/weixin_33835690/article/details/93928149</link><guid>https://blog.csdn.net/weixin_33835690/article/details/93928149</guid><author>weixin_33835690</author><pubDate>Tue, 25 Jun 2019 18:50:00 +0800</pubDate><description><![CDATA[题目：https://www.lydsy.com/JudgeOnline/problem.php?id=4298
题面：
　　给定d张无向图，每张图都有n个点。一开始，在任何一张图中都没有任何边。接下来有m次操作，每次操作会给出a,b,k，意为在第k张图中的点a和点b之间添加一条无向边。你需要在每次操作之后输出有序数对(a,b)的个数，使得1&lt;=a,b&lt;=n，且a点和b点在d张图中...]]></description><category></category></item></channel></rss>