码迷,mamicode.com
首页 >  
搜索关键字:support library    ( 15455个结果
C#中使用微软语言包来获取中文汉字的拼音、拼音首字母、中文繁体
首先需要获取ChnCharInfo.dll (汉子转拼音就可以了)和ChineseConverter.dll (简繁转化吧) ChnCharInfo.dll官方下载操作如下: 先下载微软Microsoft Visual Studio International Pack 1.0 SR1语言包: Mi ...
分类:编程语言   时间:2021-04-30 12:38:39    阅读次数:0
SQL Server “RESTORE FILELISTONLY” Resultset
SQL Server “RESTORE FILELISTONLY” Resultset Dead-end: SELECT INTO is nice because you don't have to define the table columns but it doesn't support EX ...
分类:数据库   时间:2021-04-29 11:53:00    阅读次数:0
mac使用VMWare虚拟,设置网络
vmnet8重启网卡 sudo /Applications/VMware\ Fusion.app/Contents/Library/vmnet-cli --start sudo /Applications/VMware\ Fusion.app/Contents/Library/vmnet-cli - ...
分类:系统相关   时间:2021-04-28 12:12:40    阅读次数:0
Mac常用快捷键
向前删除:delete 向后删除:control + D safair快捷键: 新增一个tab页:ctrl + T 关闭一个tab页:command+w 其他safair快捷键:https://support.apple.com/zh-cn/guide/safari/cpsh003/mac ...
分类:系统相关   时间:2021-04-26 13:16:55    阅读次数:0
springboot 手动创建bean实例并注册
手动注册bean 此种方式注册的bean在调用时将由spring进行创建,相当于延迟加载bean import org.springframework.beans.BeansException;import org.springframework.beans.factory.support.Bean ...
分类:编程语言   时间:2021-04-24 13:12:04    阅读次数:0
JasperReports with Spring
1. Overview JasperReports is an open source reporting library that enables users to create pixel-perfect reports that can be printed or exported in ma ...
分类:编程语言   时间:2021-04-21 11:48:33    阅读次数:0
拥抱变化,全新的WinUI
Capability/feature WinUI 3 UWP XAML & WinUI 2 WPF WinForms MFC Windows app types supported UWP (Preview) and Win32 UWP Win32 Win32 Win32 Windows versi ...
分类:Windows程序   时间:2021-04-20 15:08:20    阅读次数:0
Mac下CoreShell使用lrzsz命令
Mac下Core Shell 使用lrzsz命令,上传,下载文件 新增~/.bashrc_Core_Shell # Bash support for Core Shell, reference: /etc/bashrc_Apple_Terminal on macOS # Report Working ...
分类:系统相关   时间:2021-04-20 15:02:28    阅读次数:0
Ubuntu安装docker/docker-compose(在全新系统状态下的安装)
设置仓库 更新 apt 包索引。 $ sudo apt-get update 安装 apt 依赖包,用于通过HTTPS来获取仓库: $ sudo apt-get install \ apt-transport-https \ ca-certificates \ curl \ gnupg-agent ...
分类:系统相关   时间:2021-04-16 11:59:52    阅读次数:0
KeUserModeCallback函数
内核调用用户 正常的系统调用过程为Ring3->Ring0->Ring3,而KeUserModeCallback提供了一种Ring0->Ring3->Ring0的方式,即从内核去用户层执行代码。 KeUserModeCallback ( IN ULONG ApiNumber, //对应函数在Kern ...
分类:其他好文   时间:2021-04-14 12:36:12    阅读次数:0
15455条   上一页 1 ... 5 6 7 8 9 ... 1546 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!