码迷,mamicode.com
首页 > Windows程序 > 日排行
NX二次开发-UFUN重命名图纸页UF_DRAW_rename_drawing
1 #include <uf.h> 2 #include <uf_draw.h> 3 #include <uf_drf.h> 4 #include <uf_obj.h> 5 6 7 8 UF_initialize(); 9 10 //找名字获取视图tag 11 tag_t ViewTag = NUL ...
分类:Windows程序   时间:2019-07-01 19:58:47    阅读次数:147
C# iText split PDF C# 拆分PDF
Nuget安装iText7 ...
分类:Windows程序   时间:2019-07-01 19:59:20    阅读次数:339
通过windowmanager在camera界面上显示内容
https://www.baidu.com/s?ie=UTF-8&wd=%E9%80%9A%E8%BF%87windowmanager%E5%9C%A8camera%E7%95%8C%E9%9D%A2%E4%B8%8A%E6%98%BE%E7%A4%BA%E5%86%85%E5%AE%B9 http ...
分类:Windows程序   时间:2019-07-01 21:23:54    阅读次数:179
Django 之restfromwork 源码---APIView 分析
Django 之 djangorestframework的APIView分析 APIView 类中的as_view() 方法 首先 我们从视图函数入手,在urls.py 中的 URLconfig中添加一条路由 此时,我们的BookView已经不是继承自django.views中View了,而是res ...
分类:Windows程序   时间:2019-07-01 21:31:05    阅读次数:157
c#中的Task异步编程
https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/async/index翻译 1. 引入 Task异步编程模型(TAP)提供了对异步代码的抽象,将代码作为语句序列,可以在每个阶段完成下个阶段开始前读取代 ...
分类:Windows程序   时间:2019-07-01 21:41:56    阅读次数:366
APIView源码,Requset的源码简单分析
下载drf 使用 drf是基于cbv view的封装,所以必须写cbv 第一步:再写视图,必须写cbv from rest_framework.views import APIView class Books(APIView): pass -在setting中配置 INSTALLED_APPS= [ ...
分类:Windows程序   时间:2019-07-02 00:28:28    阅读次数:169
Telerik——GridView总结(Winform)
在使用Telerik控件时有很多的方法,属性经常被用到,分享在此总结也便于查看复习。 1.基本属性 2.设置表头行高 ...
分类:Windows程序   时间:2019-07-02 00:35:52    阅读次数:392
win10系统配置
输入法安装 解压软件安装 设置: 显示 蓝牙关闭 chrome浏览器配置 下载路径 user data路径修改: mklink /D "C:\Users\wenlin.DESKTOP-5O03T41\AppData\Local\Google\Chrome\User Data" "E:\Program... ...
分类:Windows程序   时间:2019-07-02 00:39:35    阅读次数:173
【转】SetWindowText 的用法
SetWindowTextW表示设置的字符串是WCHAR (双字节字符 )SetWindowTextA表示设置的字符串是CHAR (单字节字符 )SetWindowText表示设置的字符串是自动匹配当前项目的字符环境是单字节还是双字节字符 #ifdef UNICODE #define SetWind ...
分类:Windows程序   时间:2019-07-02 09:13:46    阅读次数:415
Using HAProxy as an API Gateway, Part 3 [Health Checks]
转自:https://www.haproxy.com/blog/using-haproxy-as-an-api-gateway-part-3-health-checks/ Achieving high availability rests on having good health checks. ...
分类:Windows程序   时间:2019-07-02 09:19:47    阅读次数:147
Using HAProxy as an API Gateway, Part 2 [Authentication]
转自:https://www.haproxy.com/blog/using-haproxy-as-an-api-gateway-part-2-authentication/ HAProxy is a powerful API gateway due to its ability to provide ...
分类:Windows程序   时间:2019-07-02 09:20:09    阅读次数:190
Using HAProxy as an API Gateway, Part 1 [Introduction]
转自:https://www.haproxy.com/blog/using-haproxy-as-an-api-gateway-part-1/ An API gateway handles load balancing, security, rate limiting, monitoring, an ...
分类:Windows程序   时间:2019-07-02 09:29:01    阅读次数:145
C# 反射、使用场景
创建一个 Console 控制台应用程序, 1. 创建一个 Project 类 2. 使用反射动态给类(Project )的属性设置值、获取值 ...
分类:Windows程序   时间:2019-07-02 10:43:20    阅读次数:152
golang---获取windows系统相关信息
输出结果: 开机时长:27h3m55.042s 当前用户:saryli@saryli-PC 当前系统:windows 系统版本:6.1 (7601) BIOS Date: 04/08/14 13:08:33 Ver: 04.06.05 Motherboard: Z97 GAMING 5 (MS-79 ...
分类:Windows程序   时间:2019-07-02 10:48:23    阅读次数:170
c# web文件上传时文件过大404错误的问题
ASP.NET的程序部署在IIS7环境下,上传大文件时出现“404-找不到文件或目录”的错误,如下图: 在程序的web.config中已经设置过上传文件的限制大小,仍然出现此问题的原因是因为IIS默认配置下最大只允许上传30M的文件。通过以下步骤修改IIS的配置后可解决此问题。 1、在IIS中选中站 ...
分类:Windows程序   时间:2019-07-02 12:12:45    阅读次数:260
Windows下Composer安装PsySH
Composer是很久之前照着别人博客安装好的了,现在已经忘了,所以就不写怎么安装Composer了,自行搜索。 这篇文章主要是记录怎么安装PsySH。 查看安装 Win+R-->cmd-->composer 出现以下即表示已安装 将composer换成国内镜像 若是国外镜像,运行composer ...
分类:Windows程序   时间:2019-07-02 13:24:23    阅读次数:184
RESTful API规范
1、API与用户的通信协议,总是使用HTTPs协议。 1、API与用户的通信协议,总是使用HTTPs协议。 2、域名 2、域名 1)子域名方式 1)子域名方式 https://api.example.com 尽量将API部署在专用域名(会存在跨域问题) https://api.example.com ...
分类:Windows程序   时间:2019-07-02 14:48:28    阅读次数:144
WebApi 如何 优雅的 对 输入输出 解密加密
原文:WebApi 如何 优雅的 对 输入输出 解密加密 这不是变态的想法, 这只是对现实需求的转化... ...
分类:Windows程序   时间:2019-07-02 17:36:36    阅读次数:114
WPF 自适应布局控件
功能类似dev的layoutcontrol,layoutgroup,layoutitem. 用法如下: 不管label字段有多长,KDLayoutControl会设置容器内所有的label长度一致。 ...
分类:Windows程序   时间:2019-07-02 17:41:37    阅读次数:191
Windows下用FFmpeg+nginx+rtmp搭建环境实现推流
1、下载文件: 链接:https://pan.baidu.com/s/1c2LmIHHw-dwLOlRN6iTIMg 提取码:g7sj 2、解压文件: 解压到nginx-1.7.11.3-Gryphon 3、进入windows的cmd; > cd nginx-1.7.11.3-Gryphon //进 ...
分类:Windows程序   时间:2019-07-02 19:25:49    阅读次数:737
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!