码迷,mamicode.com
首页 >  
搜索关键字:controls    ( 1635个结果
Delphi-----接口请求,Get与Post
unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, superobject, IdHTTP, IdSSLOpenSSL, StdC ...
分类:Windows程序   时间:2019-12-20 11:53:30    阅读次数:213
受不了右肩膀的酸胀了,决心左手鼠标,右手键盘模式了,记下右手键盘快捷键
复制:CTRL+INSERT;粘帖:SHIFT+INSERT;剪切:SHIFT+DELETE;撤销:ALT+BACKSPACE;最顶端:CTRL+HOME;最底端:CTRL+END;发送/回复:CTRL+ENTER; ...
分类:其他好文   时间:2019-12-19 11:29:35    阅读次数:92
curl postfields和upload readdata的区别
postfields为一次性上传所有内容,curl会自动计算filesize并附加在header中 postfields使用post方法(method默认为post),如果未在header中设置content-type,curl会自动设置为application/x-www-form-urlenco ...
分类:Web程序   时间:2019-12-18 13:03:10    阅读次数:136
qml通过stacklayout实现页面切换
```xml import QtQuick 2.6 import QtQuick.Window 2.2 import QtQuick.Layouts 1.12 import QtQuick.Controls 2.12 Window { visible: true width: 640 height:... ...
分类:其他好文   时间:2019-12-18 09:22:53    阅读次数:299
gbk和utf8的json转化
/** * 将gbk编码转为utf8再json化 * @param $value * @param int $options * @return false|string */ static function tb_json_encode($value, $options = 0) { return ...
分类:Web程序   时间:2019-12-17 18:38:58    阅读次数:248
MF 模拟器读取PC串口数据
1 using System; 2 using Microsoft.SPOT; 3 using Microsoft.SPOT.Input; 4 using Microsoft.SPOT.Presentation; 5 using Microsoft.SPOT.Presentation.Control... ...
分类:其他好文   时间:2019-12-16 19:25:32    阅读次数:97
《Dotnet9》系列-开源C# Winform控件库强力推荐
本系列已介绍一款国内开源C# Winform控件库,大家如有比较好的开源C# Winform控件库,欢迎向Dotnet9推荐,您可在本文下方留言,谢谢您对dotnet的关注和支持,让我们期待dotnet更好的明天,以下是Dotnet9已完成的1篇开源C# Winform控件库推荐文章: 1、 《Do ...
分类:Windows程序   时间:2019-12-15 14:19:19    阅读次数:181
c# wpf binding
原址:https://www.cnblogs.com/Im-Victor/p/11444189.html https://blog.csdn.net/kenjianqi1647/article/details/90320569 <!--绑定到DataContext--> <Button Conten ...
分类:Windows程序   时间:2019-12-11 19:08:16    阅读次数:115
Centos7.4 修改selinux错误导致服务器起不来
[root@node10 ~]# cat /etc/selinux/config # This file controls the state of SELinux on the system. # SELINUX= can take one of these three values: # enf ...
分类:系统相关   时间:2019-12-09 19:21:41    阅读次数:104
单引号,双引号,三引号 的区别以及使用
python中单引号和双引号是等效的 字符串过长需要换行时,使用\,如 helloworld\ helloworld 或者是直接使用'''(也可以用来注释),如 '''hello world''' 输出let's go的方法 >>> 'let\'s go' "let's go" >>> "let's... ...
分类:其他好文   时间:2019-12-08 23:40:21    阅读次数:136
1635条   上一页 1 ... 22 23 24 25 26 ... 164 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!