<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>技术 &#8211; 随手笔记</title>
	<atom:link href="https://www.anhana.com/archives/category/tech/feed" rel="self" type="application/rss+xml" />
	<link>https://www.anhana.com</link>
	<description></description>
	<lastBuildDate>Wed, 21 Aug 2024 00:35:52 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.1</generator>
	<item>
		<title>WinForm使用Costura.Fody打包编译成可独立运行的桌面程序</title>
		<link>https://www.anhana.com/archives/889</link>
		
		<dc:creator><![CDATA[Hana]]></dc:creator>
		<pubDate>Wed, 21 Aug 2024 00:35:52 +0000</pubDate>
				<category><![CDATA[.Net]]></category>
		<guid isPermaLink="false">https://www.hana.xin/?p=889</guid>

					<description><![CDATA[原文：https://blog.csdn.net/lijingguang/article/details/13 [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>playwright打开Chromium标记为非自动化</title>
		<link>https://www.anhana.com/archives/883</link>
		
		<dc:creator><![CDATA[Hana]]></dc:creator>
		<pubDate>Thu, 16 May 2024 06:00:31 +0000</pubDate>
				<category><![CDATA[技术]]></category>
		<guid isPermaLink="false">https://www.hana.xin/?p=883</guid>

					<description><![CDATA[var browser = await playwright.Chromium.LaunchAsync(new [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>AJAX上传附件实时返回上传进度</title>
		<link>https://www.anhana.com/archives/862</link>
		
		<dc:creator><![CDATA[Hana]]></dc:creator>
		<pubDate>Fri, 20 Oct 2023 01:35:16 +0000</pubDate>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[技术]]></category>
		<guid isPermaLink="false">https://www.9ana.com/?p=862</guid>

					<description><![CDATA[在ajax调用中使用XMLHttpRequest.upload监听上传过程，progress事件，输出回调函数 [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>C# .NET 执行bat或exe文件</title>
		<link>https://www.anhana.com/archives/858</link>
		
		<dc:creator><![CDATA[Hana]]></dc:creator>
		<pubDate>Thu, 24 Aug 2023 00:58:49 +0000</pubDate>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[技术]]></category>
		<guid isPermaLink="false">https://www.9ana.com/?p=858</guid>

					<description><![CDATA[代码如下：新建进程，运行cmd，参数为bat文件的内容。 注意如果是IIS部署，且批处理中需要管理员权限，则还 [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>.NET C# PDFSharp使用</title>
		<link>https://www.anhana.com/archives/852</link>
		
		<dc:creator><![CDATA[Hana]]></dc:creator>
		<pubDate>Thu, 20 Jul 2023 05:40:44 +0000</pubDate>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[技术]]></category>
		<guid isPermaLink="false">https://www.9ana.com/?p=852</guid>

					<description><![CDATA[// Open an existing document. Providing an unrequired p [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>Javascript 判断微信内置浏览器浏览</title>
		<link>https://www.anhana.com/archives/848</link>
		
		<dc:creator><![CDATA[Hana]]></dc:creator>
		<pubDate>Fri, 02 Jun 2023 02:42:26 +0000</pubDate>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[技术]]></category>
		<guid isPermaLink="false">https://www.9ana.com/?p=848</guid>

					<description><![CDATA[在页面中添加如下代码，检测如果是微信打开的网页，则要求用户打开其他浏览器 div元素 &#60;div clas [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>C# 多线程For循环</title>
		<link>https://www.anhana.com/archives/845</link>
		
		<dc:creator><![CDATA[Hana]]></dc:creator>
		<pubDate>Wed, 31 May 2023 01:29:08 +0000</pubDate>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[技术]]></category>
		<guid isPermaLink="false">https://www.9ana.com/?p=845</guid>

					<description><![CDATA[使用Parallel.For方法替代基础的for循环，基础代码如下 Parallel.For(0, recor [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>mysql 忘记密码 重置密码</title>
		<link>https://www.anhana.com/archives/841</link>
		
		<dc:creator><![CDATA[Hana]]></dc:creator>
		<pubDate>Wed, 12 Apr 2023 07:16:29 +0000</pubDate>
				<category><![CDATA[技术]]></category>
		<guid isPermaLink="false">https://www.9ana.com/?p=841</guid>

					<description><![CDATA[如果MYSQL不是正常通过apt install mysql 安装的，或者是xammp之类集成的数据库，这时候 [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>ubuntu nginx 设置php支持</title>
		<link>https://www.anhana.com/archives/837</link>
		
		<dc:creator><![CDATA[Hana]]></dc:creator>
		<pubDate>Sun, 29 Jan 2023 03:01:40 +0000</pubDate>
				<category><![CDATA[技术]]></category>
		<guid isPermaLink="false">https://9ana.com/?p=837</guid>

					<description><![CDATA[安装php，不是特别在意版本的话，直接按照下面安装即可。默认应该是php7.0版本。或者按照【这里】安装 ap [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>Javascript 阻止页面选中效果</title>
		<link>https://www.anhana.com/archives/828</link>
		
		<dc:creator><![CDATA[Hana]]></dc:creator>
		<pubDate>Fri, 02 Dec 2022 07:28:40 +0000</pubDate>
				<category><![CDATA[JavaScript]]></category>
		<guid isPermaLink="false">https://www.xihana.com/?p=828</guid>

					<description><![CDATA[// 阻止页面选中效果 document.onmousedown=function () { document [&#8230;]]]></description>
		
		
		
			</item>
	</channel>
</rss>
