- 博客(34)
- 资源 (8)
- 收藏
- 关注
原创 Material xxx SDF Material doesn‘t have _Stencil property
问题:Material xxx SDF Material doesn't have _Stencil property,解决方法时导入两个包:TMP Essential Resources、TMP Examples & Extras
2024-09-06 11:48:36 320
原创 macOS中使用Visual Studio编译IOS项目报错:代码生成器已崩溃
“MSBuild:UpdateDesignTimeXaml”代码生成器已崩溃: Not connected
2023-10-13 18:14:12 155
原创 cmd窗口执行conda activate xxxx报错
如果不是使用Anaconda Prompt (Anaconda3)窗口,而是使用cmd窗口下conda activate xxx激活某环境,可能报错:CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'....IMPORTANT: You may need to close and restart your shell after running 'conda init'
2021-05-06 10:08:08 1280 1
原创 PyQt5 QLineEdit控件添加右键菜单
场景:有两个QLineEdit控件,记录用户选择的目录,当用户在QLineEdit控件上右击时,显示右键菜单->浏览目录,点击“浏览目录”时通过资源管理器打开目录。import osimport subprocessimport sysfrom PyQt5.QtGui import QIcon, QCursor, QPixmapfrom PyQt5.QtWidgets import QWidget, QApplication, QMainWindow, QFileDial.
2021-04-20 17:00:01 1168
原创 PyCharm 配置External Tools(designer.exe、uic.exe、rcc.exe)
1、安装PyQt5-tools,看这里:安装PyQt5 Qt Designer2、在PyCharm中打开Settings窗口,菜单File->Settings,搜索tools。3、配置外部工具a)、Qt Designer 设计师Program:D:\ProgramData\Anaconda3\Lib\site-packages\qt5_applications\Qt\bin\designer.exeWorking directory:$ProjectFileDir$.
2021-04-19 16:46:11 1905
原创 安装PyQt5 Qt Designer
两种方式安装PyQt5:一是安装Anaconda3-2020.11,默认安装的PyQt5,Qt Designer 5.9.7,二是通过pip安装新版本PyQt5-tools,包含Qt Designer 5.15.2。当中也尝试安装使用pyside2,但pyside2-uic.exe不能使用-x参数生成py文件。1、下载安装Anaconda3.0Anaconda3-2020.11包含Qt Designer 5.9.7在Anaconda3\Library\bin目录下可以找...
2021-04-18 22:14:25 1119
原创 NVIDIA 显卡驱动&CUDA Toolkit&cuDNN下载地址
NVIDIA显卡驱动&CUDA Toolkit&cuDNN下载地址1、驱动下载中文网址:https://www.nvidia.cn/Download/index.aspx?lang=cn英文网址:https://www.nvidia.com/Download/index.aspx?lang=en-us2、CUDA Toolkit网址:https://developer.nvidia.com/cuda-toolkit-archive3、cuDNN for .
2021-03-20 11:16:14 2344 1
原创 未找到导入的项目“C:\Program Files (x86)\MSBuild\Microsoft\StyleCop\v4.3\Microsoft.StyleCop.Targets”
解决方案:下载安装 Microsoft StyleCop Microsoft Corp点击这里下载或到下面地址下载http://stylecop.codeplex.com/releases/view/48036
2012-07-23 11:25:08 11279
转载 Microsoft SharePoint Server 2010 简体中文版及相关资源
微软网站在2010年5月10日发布了 Sharepoint Server 2010 简体中文版(180天试用版)和 Sharepoint Foundation 2010 简体中文版的下载,把相关的资源整理一下备用。=============================
2011-10-14 22:41:07 1256
原创 Microsoft Expression Studio 4 Ultimate
<br />Microsoft Expression Studio 4 Ultimate<br /> <br />中文版:下载<br /> <br />破解补丁:下载<br /> <br />破解过程说明:这里
2011-01-05 10:40:00 1028
原创 Office 2007 PIA Demo
1、操作Word例子using System;using System.Collections.Generic;using System.Linq;using System.Text;using Word = Microsoft.Office.Interop.Word;using System.Reflection;using System.Diagnostics;using System.Threading;using System.IO;namespace O
2010-06-29 07:14:00 4365 2
原创 Office Open XML WordprocessingML
<br /> <br />一、WordprocessingML<br /> <br />1、文档结构<br /><br />2、元素<br />Document,Body,Paragraph,Run,Text<br /> <br />3、编程<br /> <br /> const string wordprocessingML = @"http://schemas.openxmlformats.org/wordprocessingml/2006/main"; const st
2010-06-29 01:44:00 4341
转载 Tree DataGridView
http://blogs.msdn.com/b/markrideout/archive/2006/01/08/510700.aspxCode: http://www.windowsforms.net/blogs/markrideout/treegridview.zip
2010-06-13 01:05:00 2826
原创 使用RadControls for Silverlight 2009时报无法找到System.Web.Ria
1、错误信息:未能加载文件或程序集“System.Web.Ria, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35”或它的某一个依赖项。系统找不到指定的文件。2、解决:到下面地址下载RiaServices.msi安装,问题解决。http://www.microsoft.com/downloads/detai
2010-03-10 17:41:00 873
原创 DataList 数据绑定,排版
问题描述: 有6个字段要在DataList中显示,每行默认的格式是 --------------------------------------- c1 c2 c3 c4 c5 c6 --------------------------------------- 想每行排成下面的格式--------------------------------------- c1 c2 c3
2009-07-18 12:41:00 1205
原创 Url 加密解密
using System;using System.Collections.Generic;using System.Web;using System.Text;using System.Security.Cryptography;using System.IO;/// ///DESCryption 的摘要说明/// public class DESCryption{ private
2009-07-18 10:45:00 1451
转载 GZipstream压缩解压文件夹方法2
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.IO;using System.IO.Compressio
2009-01-17 01:41:00 3413 1
原创 C# 调用office com组件时报“呼叫由被调用方被拒绝”错误
由于Norton杀毒软件引起症状:http://support.microsoft.com/kb/246018/zh-cn解决方法:http://support.microsoft.com/kb/329820/
2008-10-25 00:52:00 1624
原创 VS.NET 代码块管理 Code Snippets Manager
支持VS 2008 SnippetEditor http://www.codeplex.com/SnippetEditor 一、代码块(c#)下载:http://msdn.microsoft.com/en-us/vstudio/aa718338.aspx二、导入代码块 a)、打开Code Snippets Manager 菜单:Tools->Code Sn
2008-09-27 23:06:00 2050
原创 C# Word文档转PDF的实现
private string adobePdfPrint = "Adobe PDF"; private string adobeDisPrint = "Acrobat Distiller"; private string regRoot = "SOFTWARE//Adobe//Acrobat Distiller//"; private st
2008-09-27 01:01:00 11750 6
转载 GZipstream压缩解压文件夹
出处:http://www.cnblogs.com/aiyagaze/archive/2006/11/30/576995.htmlusing System;using System.Text;using System.Runtime.Serialization;using System.Runtime.Serialization.Formatters.Binary;using System.C
2008-08-26 00:26:00 4638 4
转载 下拉列表框弹出树(ComboBoxTreeView)
using System.Data;using System.Text;using System.Windows.Forms;namespace WinApp{ public class ComboBoxTreeView : ComboBox { private const int WM_LBUTTONDOWN = 0x201, WM_LBUTTONDBLCLK = 0
2008-08-05 23:28:00 3619
原创 有关Web的大文件上传和下载
Microsoft:将更智能的 ASP.NET 文件下载体验内置到您的 Web 应用程序中http://www.microsoft.com/china/msdn/library/webservices/asp.net/WebDownloads.mspx?mfr=trueASP.net下大文件上传的解决方案及WebbUpload组件http://wucountry.cnblogs.com/arc
2007-06-19 08:41:00 1175
原创 SQL Server的全文检索
学习陈亮老师的课程《如何在大量文字中加快搜索关键词的速度?–SQL Server的全文检索》 将SQL 整理了下:--检查服务器全文检索服务是否安装if serverproperty(IsFullTextInstalled) =1 select 已安装 as 全文索引服务else select 未安装 as 全文索引服务--检查数据库全文检索服务是否启用if datab
2007-05-25 00:14:00 947
原创 JavaScript 脚本调试
Windows Script 5.6 下载地址:http://download.microsoft.com/download/winscript56/install/1.0a/nt45xp/en-us/scd10en.exe 1、将IE中"禁用脚本调试"勾除;2、在调试的脚本中标识"debugger";
2007-03-27 01:59:00 897
原创 数据类型:TimeSpan
TimeSpan 实例的值表示一个时间段。该值是实例中包含的刻度数,其范围可以在 Int64.MinValue 到 Int64.MaxValue 之间。 Dim strMsg As String = "离国庆节还有{0}天。" Dim nowdt As DateTime = DateTime.Now.Date Dim nextDt As DateTime
2005-06-14 00:49:00 2872 1
原创 正则表达式
今天在网上看到一个网友问正则表达式的问题(http://community.csdn.net/Expert/topic/4059/4059915.xml?temp=.464184),看了一头雾水:(
2005-06-05 23:53:00 952
GitHub .Net .gitignore
2021-03-27
数据结构与算法(C#)英文原版
2020-05-11
mysql-connector-net-8.0.20-noinstall.zip
2020-05-07
使用.NET Remoting 创建五子棋对战游戏
2008-09-28
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人