搜索到与相关的文章
C#

C#控制定位Word光标移动到任意行或者最后一行,

转:http://blog.csdn.net/jglie/article/details/7394256十一、上下左右移动光标位privatevoidmoveLeft(){objectmoveUnit=Microsoft.Office.Interop.Word.WdUnits.wdWord;objectmoveCount=1;objectmoveExtend=Microsoft.Office.Interop.Word.WdMovementType.wdEx

系统 2019-08-12 09:27:03 3083

Python

win10配置linux子系统使用python绘图并显示--WSL使用GUI

默认情况下,Win10的linux子系统(WSL)是只能使用命令行程序的。所有图形界面的程序都无法执行。通过为Win10安装XWindows协议的终端应用,可以让Win10成为一台XWindow终端,从而接受Linux的XWindow显示输出。这样的终端应用有挺多,Xming和VcXsrv是其中著名的两个。下载安装就可以,我因为一些习惯上的原因使用了后者。安装设置都使用默认即可,其中在显示端口设置的位置,默认是-1,表示自动选择,大多数情况是可以工作的。也

系统 2019-09-27 17:55:52 3082

Python

python统计jira缺陷数据

环境:python2.71、安装jira库pipinstalljira2、python连接jira服务器#coding:UTF-8fromjiraimportJIRAusername=raw_input('请输入用户名:')password=raw_input('输入密码:')options={'verify':False,'server':'https://jira.XXXXXXX.com'}jira=JIRA(options,basic_auth=(u

系统 2019-09-27 17:49:07 3082

MySql

安装ipv6后再安装mysql配置时提示error nr.2003

安装ipv6后再安装mysql配置时提示:errornr.2003can'tconnecttomysqlserveron'localhost'(10061)http://blog.itpub.net/post/42951/520997说来惭愧啊,其实前段时间遇到过此问题,可是后来稀里糊涂的就解决了,详情可以找找我前面发表过的文章.这不这次就又遇到了,errornr.2003can'tconnecttomysqlserveron'localhost'(100

系统 2019-08-12 09:30:30 3082

各行各业

几个有用的开源项目

http://www.oschina.net/p/zeroc+iceZerocICE(InternetCommunicationsEngine)中间件号称标准统一,开源,跨平台,跨语言,分布式,安全,服务透明,负载均衡,面向对象,性能优越,防火期穿透,通讯屏蔽。因此相比Corba,DCOM,SOAP,J2EE等的中间件技术,自然是集众多优点于一身,而却没有他们的缺点。http://www.oschina.net/p/ravendbRavenDB是个新的.N

系统 2019-08-12 09:27:39 3082

SqlServer

ASP.NET SQLServer2005 数据库备份与还原

1usingSystem;2usingSystem.Data.SqlClient;3usingSystem.Data;4usingSystem.IO;56namespaceNET.Common7{8///9///数据库操作帮助类10///11publicclassDatabaseHelper12{13privateconststringSQL_DATABASE_BACK="BACKUPDATABASE{0}TODISK

系统 2019-08-12 01:54:04 3082

数据库相关

Storing and Retrieving Images from SQL Serve

原文StoringandRetrievingImagesfromSQLServerusingMicrosoft.NETDownloadsource-19.6KbIntroductionThisarticleisaboutstoringandretrievingimagesfromdatabaseinMicrosoft.NETusingC#.ToolsUsedSQLServer2000Microsoft.NETVersion1.1C#(WindowsForm

系统 2019-08-12 01:53:18 3082

数据库相关

Using Binary Heaps in A* Pathfinding

ByPatrickLester(UpdatedApril11,2003)Thisarticleisasidebarformymainarticle,“A*PathfindingforBeginners.”Youshouldreadthatarticle,orunderstandA*thoroughly,beforeproceedingwiththisarticle.OneoftheslowestpartsoftheA*pathfindingalgorith

系统 2019-08-12 01:33:32 3082

Linux

32bit / 64bit co-exist Linux, ld-linux.so, l

beforethis,confirmthatyoudon'thave32bitlibsnotably32bitlibc,e.g.youhave/lib64/ld-linux-x86-64.so.2butnot/lib32/ld-linux.so.2https://wiki.debian.org/MultiarchrunfollowingonDebian64bittoaddbasicsupportfor32bitprograms(anywayyouneedl

系统 2019-08-12 01:31:59 3082