<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[weixin_34407348的博客]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/weixin_34407348</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; weixin_34407348]]></copyright><item><title><![CDATA[matlab练习程序（双边滤波）]]></title><link>https://blog.csdn.net/weixin_34407348/article/details/94746798</link><guid>https://blog.csdn.net/weixin_34407348/article/details/94746798</guid><author>weixin_34407348</author><pubDate>Fri, 05 Jul 2019 17:59:11 +0800</pubDate><description><![CDATA[　　双边滤波模板主要有两个模板生成，第一个是高斯模板，第二个是以灰度级的差值作为函数系数生成的模板。然后这两个模板点乘就得到了最终的双边滤波模板。
　　第一个模板是全局模板，所以只需要生成一次。第二个模板需要对每个像素都计算一次，所以需要放到循环的里面来生成，这很像表面模糊啊。哦，表面模糊就是用了一个截尾滤波器。
　　这里的公式我参考了这里，不过她给的第二个好像不是截尾均值滤波器，而是以灰度差...]]></description><category></category></item><item><title><![CDATA[设置TextBox控件readOnly="True"，后台无法取得客户端TextBox中值的解决方法]]></title><link>https://blog.csdn.net/weixin_34407348/article/details/94724381</link><guid>https://blog.csdn.net/weixin_34407348/article/details/94724381</guid><author>weixin_34407348</author><pubDate>Fri, 05 Jul 2019 11:51:05 +0800</pubDate><description><![CDATA[在TextBox中设置属性 ContentEditable="false" 即可。例：
&lt;asp:TextBox Id="txt_DeptName" runat="server" Text="" ContentEditable="false"&gt;&lt;/TextBox&gt;
注意：需要开启页面ViewState视图状态。
转载于:https://www.cnblogs.com/T...]]></description><category></category></item><item><title><![CDATA[EntLib 3.1学习笔记(4) : Logging Application Block]]></title><link>https://blog.csdn.net/weixin_34407348/article/details/94676419</link><guid>https://blog.csdn.net/weixin_34407348/article/details/94676419</guid><author>weixin_34407348</author><pubDate>Fri, 05 Jul 2019 01:03:31 +0800</pubDate><description><![CDATA[[zh] http://www.microsoft.com/china/MSDN/library/enterprisedevelopment/softwaredev/dnpag2logging.mspx?mfr=true[en] http://msdn2.microsoft.com/en-us/library/ms998162.aspx
 开发人员经常编写需要日志和规范功能的应用程序...]]></description><category></category></item><item><title><![CDATA[iOS  imageNamed VS imageWithContentsOfFile]]></title><link>https://blog.csdn.net/weixin_34407348/article/details/94538174</link><guid>https://blog.csdn.net/weixin_34407348/article/details/94538174</guid><author>weixin_34407348</author><pubDate>Wed, 03 Jul 2019 07:14:32 +0800</pubDate><description><![CDATA[今天 又学习了 一个 提高应用交互效率 降低内存的 小知识
结论:
(1)mageNamed加载图片，并且把image缓存到内存里面，
(2)imageWithContentsOfFile是只显示图片，但不加到内存中。
1 .通常 我们都是把 切图放在Images.xcassets 里面 然后 用 [UIImage imageNamed:@"XXX"] 来获取
过程:
加载图片 ...]]></description><category></category></item><item><title><![CDATA[GNUPLOT使用技巧]]></title><link>https://blog.csdn.net/weixin_34407348/article/details/94528721</link><guid>https://blog.csdn.net/weixin_34407348/article/details/94528721</guid><author>weixin_34407348</author><pubDate>Wed, 03 Jul 2019 05:12:30 +0800</pubDate><description><![CDATA[一、基础篇：在linux命令提示符下运行gnuplot命令启动，输入quit或q或exit退出。  1、plot命令 gnuplot&gt; plot sin(x) with line linetype 3 linewidth 2 或 gnuplot&gt; plot sin(x) w l lt 3 lw 2 %用线画，线的类型（包括颜色与虚线的类型）是3，线的宽度是2，对函数sin(x)作图 g...]]></description><category></category></item><item><title><![CDATA[Add and Search Word - Data structure design]]></title><link>https://blog.csdn.net/weixin_34407348/article/details/94526109</link><guid>https://blog.csdn.net/weixin_34407348/article/details/94526109</guid><author>weixin_34407348</author><pubDate>Wed, 03 Jul 2019 04:35:00 +0800</pubDate><description><![CDATA[Design a data structure that supports the following two operations:
void addWord(word)
bool search(word)

search(word) can search a literal word or a regular expression string containing only lett...]]></description><category></category></item><item><title><![CDATA[Binary Search Tree Iterator]]></title><link>https://blog.csdn.net/weixin_34407348/article/details/94526043</link><guid>https://blog.csdn.net/weixin_34407348/article/details/94526043</guid><author>weixin_34407348</author><pubDate>Wed, 03 Jul 2019 04:34:20 +0800</pubDate><description><![CDATA[Implement an iterator over a binary search tree (BST). Your iterator will be initialized with the root node of a BST.
Callingnext()will return the next smallest number in the BST.
Note:next()and...]]></description><category></category></item><item><title><![CDATA[我的WordPress站点]]></title><link>https://blog.csdn.net/weixin_34407348/article/details/94503464</link><guid>https://blog.csdn.net/weixin_34407348/article/details/94503464</guid><author>weixin_34407348</author><pubDate>Wed, 03 Jul 2019 00:27:38 +0800</pubDate><description><![CDATA[读取VDI文件
SSL和TLS
Windows下使用vim的最佳方案：Sublime
gdb用法
VMware的Guest与Host进行通信的三种方式
加密与解密
漫谈保护模式
processing学习
学习利用COM组件
VS2012如何事半功倍
PDF文件格式
Python查看和修改当前进程的环境变量
转载于:https://www.cnblogs.com/long123...]]></description><category></category></item><item><title><![CDATA[Win7配置Go环境]]></title><link>https://blog.csdn.net/weixin_34407348/article/details/94493659</link><guid>https://blog.csdn.net/weixin_34407348/article/details/94493659</guid><author>weixin_34407348</author><pubDate>Tue, 02 Jul 2019 22:49:52 +0800</pubDate><description><![CDATA[最近想学习下Go语言，先从最基本的Hello Go开始，搭建Go开发环境
一、下载Go包
  由于Go官网国内访问经常有问题，可以从国内的镜像下载：
  http://www.golangtc.com/

二、配置环境变量
  1、将Go的压缩包解压到任意目录，我的为D:\SDE\go
  2、 配置GoRoot路径
 
  3、配置Path路径
...]]></description><category></category></item><item><title><![CDATA[vim  配置]]></title><link>https://blog.csdn.net/weixin_34407348/article/details/94272170</link><guid>https://blog.csdn.net/weixin_34407348/article/details/94272170</guid><author>weixin_34407348</author><pubDate>Sun, 30 Jun 2019 06:54:22 +0800</pubDate><description><![CDATA[1.安装git：sudoapt-get install git2.安装Bundle：gitclone https://github.com/gmarik/vundle.git~/.vim/bundle/vundle3.在.vimrc文件中添加如下语句4.自动安装插件wget -qO- https://raw.github.com/ma6174/vim/master/setup.sh | sh...]]></description><category></category></item><item><title><![CDATA[笔试算法题（37）：二叉树的层序遍历 & 最长递增的数字串]]></title><link>https://blog.csdn.net/weixin_34407348/article/details/94232160</link><guid>https://blog.csdn.net/weixin_34407348/article/details/94232160</guid><author>weixin_34407348</author><pubDate>Sun, 30 Jun 2019 00:47:46 +0800</pubDate><description><![CDATA[出题：要求层序遍历二叉树，从上到下的层次，每一层访问顺序为从左到右，并将节点一次编号，输出如下；如果只要求打印指定的level的节点，应该如何实现。　　a　　b	c　　d	e	f	g　　h	i
分析：

原始的层序遍历类似于BFS，打印当前访问的节点curNode的序列号，并将其直接子节点放入队列queue中，然后从queue中取出下一个节点，直 到队列为空；此方法仅能按照层序打...]]></description><category></category></item><item><title><![CDATA[IOS 取值控件(UIPicker)的使用方法]]></title><link>https://blog.csdn.net/weixin_34407348/article/details/94193110</link><guid>https://blog.csdn.net/weixin_34407348/article/details/94193110</guid><author>weixin_34407348</author><pubDate>Sat, 29 Jun 2019 19:13:25 +0800</pubDate><description><![CDATA[1.简单地取值控件示例
我们要做的一个UITextFiled,当点击UITextFiled，出现一个UIPick取值的页面，可以选择性别,在viewDidLoad中写下

//sexPicker
    UIPickerView *sexPicker=[[UIPickerView alloc]init];
    sexPicker.showsSelectionIndicator=YES...]]></description><category></category></item><item><title><![CDATA[“Short a:4”——指定位数的成员变量]]></title><link>https://blog.csdn.net/weixin_34407348/article/details/94160876</link><guid>https://blog.csdn.net/weixin_34407348/article/details/94160876</guid><author>weixin_34407348</author><pubDate>Sat, 29 Jun 2019 15:04:25 +0800</pubDate><description><![CDATA[“Short a:4”——指定位数的成员变量
结构体或类中有时会见到下面的写法




struct s {  short a:4;  short b:6;  short c:8; };




这是结构体和类的一种性质，在声明变量的同时指明变量的位数。
short类型在32位机上本来是16位的，但从节约空间等角度的考虑，我们觉得用16位来存储有些浪费...]]></description><category></category></item><item><title><![CDATA[javascript中的defer和async学习+javascript执行顺序]]></title><link>https://blog.csdn.net/weixin_34407348/article/details/94153407</link><guid>https://blog.csdn.net/weixin_34407348/article/details/94153407</guid><author>weixin_34407348</author><pubDate>Sat, 29 Jun 2019 14:01:26 +0800</pubDate><description><![CDATA[一、defer和async
我们常用的script标签，有两个和性能、js文件下载执行顺序相关的属性：defer和async

defer的含义【摘自https://developer.mozilla.org/En/HTML/Element/Script】——This Boolean attribute is set to indicate to a browser that the scr...]]></description><category></category></item><item><title><![CDATA[通过IP地址获取MAC地址及其对应的交换机端口]]></title><link>https://blog.csdn.net/weixin_34407348/article/details/94101580</link><guid>https://blog.csdn.net/weixin_34407348/article/details/94101580</guid><author>weixin_34407348</author><pubDate>Sat, 29 Jun 2019 05:25:04 +0800</pubDate><description><![CDATA[而在思科交换机搭建的环境中，是能做到通过对方MAC/IP地址来查找对端对应的交换机端口的，具体步骤如下：
　　假设对端的MAC地址为：192.168.1.101
　　在中心交换机（核心层交换机或汇聚层交换机）上输入:
switch-6509#show ip arp | in 192.168.1.101Internet 192.168.50.47 20011.223...]]></description><category></category></item><item><title><![CDATA[<mvc:resources mapping="/xxx/**" location="/xxx/"/>无效，可能和Controller的URL模式有关]]></title><link>https://blog.csdn.net/weixin_34407348/article/details/94073745</link><guid>https://blog.csdn.net/weixin_34407348/article/details/94073745</guid><author>weixin_34407348</author><pubDate>Sat, 29 Jun 2019 01:02:09 +0800</pubDate><description><![CDATA[某项目webapp下有子目录res，其中有img、css、js等存放静态资源的文件夹。
在定义了dispacher-servlet的&lt;url-pattern&gt;/&lt;/url-pattern&gt;后，

    
    &lt;!-- 配置DispatcherServlet --&gt;
    &lt;servlet&gt;
        &lt;servlet-...]]></description><category></category></item><item><title><![CDATA[struts2标签与displaytag标签同时使用时列表不能导出数据（转）]]></title><link>https://blog.csdn.net/weixin_34407348/article/details/94029578</link><guid>https://blog.csdn.net/weixin_34407348/article/details/94029578</guid><author>weixin_34407348</author><pubDate>Fri, 28 Jun 2019 18:23:20 +0800</pubDate><description><![CDATA[原文地址：http://awfrun.iteye.com/blog/811517
最近要做一个新的项目，基本框架是struts2 + hibernate3.2 + spring2.5 。这几天就架构系统，全部都重新整理一下。后台列表的显示用开源的displaytag. 今天在做整合时发现，当页面使用了&lt;s:select ...&gt; 时，displaytag的导出功能就不能使用了，异常堆...]]></description><category></category></item><item><title><![CDATA[Dynamic CRM多语言的安装和配置]]></title><link>https://blog.csdn.net/weixin_34407348/article/details/93898607</link><guid>https://blog.csdn.net/weixin_34407348/article/details/93898607</guid><author>weixin_34407348</author><pubDate>Thu, 27 Jun 2019 18:51:14 +0800</pubDate><description><![CDATA[转载于:https://www.cnblogs.com/Hcsdn/p/6613671.html]]></description><category></category></item><item><title><![CDATA[带CheckBox列头的DataGridView(二)]]></title><link>https://blog.csdn.net/weixin_34407348/article/details/93766994</link><guid>https://blog.csdn.net/weixin_34407348/article/details/93766994</guid><author>weixin_34407348</author><pubDate>Wed, 26 Jun 2019 19:07:28 +0800</pubDate><description><![CDATA[上次从CodeProject上发现了一个老外写的开源的带CheckBox列头的类，当时就将文章翻译了过来并做成了一个小Demo，供大家参考，最近在开发中需要用到这个类，因此加以了改进，上次还有一个兄弟提到问怎样实现取消列表中选择的一行，列头的全选CheckBox也能处于不选中状态。这是一个很好的问题，我最近几天花了些时间，将其进行了些修改。终于可以实现这一功能了。废话不多说了，代码如下：...]]></description><category></category></item><item><title><![CDATA[Android调用天气预报的WebService简单例子]]></title><link>https://blog.csdn.net/weixin_34407348/article/details/93766934</link><guid>https://blog.csdn.net/weixin_34407348/article/details/93766934</guid><author>weixin_34407348</author><pubDate>Wed, 26 Jun 2019 19:06:57 +0800</pubDate><description><![CDATA[下面例子改自网上例子：http://express.ruanko.com/ruanko-express_34/technologyexchange5.html
不过网上这个例子有些没有说明，有些情况不一样了，所以我重新写了。 
一、获取并使用KSOAP包
在Android SDK中并没有提供调用WebService的库，因此，需要使用第三方的SDK来调用WebService。PC版本的W...]]></description><category></category></item></channel></rss>