上一页 1 ··· 47 48 49 50 51 52 53 54 55 ··· 101 下一页
摘要: Pointer BasicsFor every value type or pointer type V, there is a corresponding pointer type V*. Apointer instance holds the address of a variable. Poi 阅读全文
posted @ 2018-06-27 10:23 龙骑科技 阅读(139) 评论(0) 推荐(0)
摘要: 最近做视频直播模块,在网上也看到很多大神写的代码,写的都不错,但不是我想要的,有的可能比较老,不支持https协议,有的又将直播端和显示端放在一个程序中,不利于我使用,则本篇着重添加了https协议(若改http也很简单server.js内可设置),并将视频直播这块代码抽出为两块代码,分别实现直播和 阅读全文
posted @ 2018-06-26 16:05 龙骑科技 阅读(2496) 评论(0) 推荐(0)
摘要: Extjs 中的按钮元素 { xtype: 'buttongroup', title: '打印', items: [ me.tsbDel = Ext.create('Ext.button.Button', { text: '打印123', iconCls: 'tool_print', scale: 阅读全文
posted @ 2018-06-13 17:32 龙骑科技 阅读(601) 评论(0) 推荐(0)
摘要: Extjs Window用法详解 今天我们来介绍一下Extjs中一个常用的控件Window。Window的作用是在页面中创建一个窗口,这个窗口作为容器,可以在它里面加入grid、form等控件,从而来实现更加复杂的界面逻辑。 本文的示例代码适用于Extjs 4.x和Extjs 5.x,在Extjs 阅读全文
posted @ 2018-06-13 17:06 龙骑科技 阅读(781) 评论(0) 推荐(0)
摘要: Ext.util.Format.date与Ext.Date.format区别, 转换时间戳 Ext.util.Format.date与Ext.Date.format区别, 转换时间戳 2016年07月22日 16:13:49 阅读数:4245 2016年07月22日 16:13:49 阅读数:424 阅读全文
posted @ 2018-06-13 15:11 龙骑科技 阅读(1329) 评论(0) 推荐(0)
摘要: Ext.util.Format.date Ext.util.Format.date 如下这段简单的代码: 如下这段简单的代码: var d = new Date(value.time); var s = Ext.util.Format.date(d, 'Y-m-d H:m:s'); return s 阅读全文
posted @ 2018-06-13 15:10 龙骑科技 阅读(997) 评论(0) 推荐(0)
摘要: namespace www{ public abstract class SingletonManager<T> : ISingletonManager where T : class, ISingletonManager, new() { public SingletonManager(); pu 阅读全文
posted @ 2018-06-05 17:35 龙骑科技 阅读(524) 评论(0) 推荐(0)
摘要: C# Message类的属性Msg所关联的消息ID https://msdn.microsoft.com/en-us/library/windows/desktop/ms645606(v=vs.85).aspx C# Message类的属性Msg所关联的消息ID https://msdn.micro 阅读全文
posted @ 2018-06-05 10:54 龙骑科技 阅读(737) 评论(0) 推荐(0)
摘要: 第一步:新建项目 TTS(从文本到语音(TextToSpeech)) 第二步:添加引用 System.Speech 第三步:主界面以及后台代码 using System;using System.Globalization;using System.Linq;using System.Speech. 阅读全文
posted @ 2018-06-01 16:08 龙骑科技 阅读(7764) 评论(1) 推荐(0)
摘要: 一 简介 Postman 是一款功能超级强大的用于发送 HTTP 请求的 Chrome插件 。做web页面开发和测试的人员应该是无人不晓无人不用!其主要特点 特点: 创建 + 测试:创建和发送任何的HTTP请求 一 简介 Postman是一款功能超级强大的用于发送 HTTP 请求的 Chrome插件 阅读全文
posted @ 2018-05-29 10:47 龙骑科技 阅读(8635) 评论(0) 推荐(0)
上一页 1 ··· 47 48 49 50 51 52 53 54 55 ··· 101 下一页