--查看数据库中表的语句 SELECT s2.dbid , DB_NAME(s2.dbid) AS [数据库名] , --s1.sql_handle , ( SELECT TOP 1 SUBSTRING(s2.text, statement_start_offset / 2 + 1, ... ...
分类:
数据库 时间:
2019-12-25 23:56:33
阅读次数:
149
css部分 #file { margin: auto; width: 100px; height: 100px; border-radius: 25px; outline: 30px solid blue; outline-offset: -80px; border: 5px solid red; ...
分类:
Web程序 时间:
2019-12-22 00:12:14
阅读次数:
186
原文:2019-11-29-win10-uwp-如何判断一个控件在滚动条的里面是用户可见 title author date CreateTime categories win10 uwp 如何判断一个控件在滚动条的里面是用户可见 lindexi 2019-11-... ...
元素偏移量offset系列 offset翻译过来就是偏移量,我们使用offset系列相关属性可以动态的得到该元素的位置(偏移),大小等 获得元素距离带有定位父元素的位置 获得元素自身的大小(宽度高度) 注意:放回的数值都不带单位 offset系列常用属性 offset系列属性作用 element.o ...
分类:
Web程序 时间:
2019-12-20 20:17:57
阅读次数:
474
function GetChannelProportion(FilterValue, lan) { var districtString = FilterValue.districtList.toString(); var storeString = FilterValue.storeList.to ...
分类:
其他好文 时间:
2019-12-20 18:18:24
阅读次数:
340
1. 什么是RESTful? 一种软件架构风格,设计风格,用于客户端和服务端交互类的架构。 一组架构约束条件和原则 2. 什么是RESTful架构? 客户端通过http动词(get/post等)对服务器资源进行操作,实现‘表现层的状态转换’ 3. http动词(资源的具体类型): GET(SELEC ...
分类:
其他好文 时间:
2019-12-20 13:45:00
阅读次数:
63
数组转String类型 1、String(byte[] arr):将一个字节数组转成一个字符串 将我们不认识的字节数组,转成了我们认识的字符串,过程叫做【解码】 查询的是当前平台默认的编码表 2、String(byte[] arr, int offset, int length):将字节数组的一部分 ...
分类:
其他好文 时间:
2019-12-19 23:22:51
阅读次数:
112
1. left join on 与 right join on, inner join on 的区别: left join on 把左表中的行全部展示,而将寻找右表中符合的行展示; right join on 把右表中的行全部展示,而将匹配左表中符合的行展示; inner join on 只展示两表 ...
分类:
数据库 时间:
2019-12-19 09:40:36
阅读次数:
116
新建一个c#控制工程,就用自动生成的代码,不用补任何代码,如下: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 { ...
分类:
数据库 时间:
2019-12-18 21:33:47
阅读次数:
140
series: [{ itemStyle: { normal: { 右 上 左 下 color: new echarts.graphic.LinearGradient(0, 1, 0, 0, [{ offset: 0, color: "red" // 0% 处的颜色 }, { offset: 0.6 ...
分类:
其他好文 时间:
2019-12-17 15:16:28
阅读次数:
285