会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Aaron.Li
慢不可怕,怕的是方向性错误。
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
下一页
2022年3月4日
ORACLE——获取当月第一天和最后一天
摘要: SELECT to_char(TRUNC(SYSDATE,'mm'),'yyyy/mm/dd') FROM dual;SELECT to_char(last_day(SYSDATE),'yyyy/mm/dd') FROM dual
阅读全文
posted @ 2022-03-04 13:44 AaronLi
阅读(2301)
评论(0)
推荐(0)
2021年11月24日
T100——動態改變欄位FORMAT屬性
摘要: DEFINE l_format LIKE type_t.chr100
阅读全文
posted @ 2021-11-24 09:16 AaronLi
阅读(223)
评论(0)
推荐(0)
2021年8月25日
ORACLE——初用递归
摘要: SELECT ROWNUM,bmbaent,bmbasite, connect_by_root(bmaa001) root, bmba002,bmaa001,bmba003, LEVEL level1, sys_connect_by_path(LEVEL,'∠') level2 FROM bmaa_
阅读全文
posted @ 2021-08-25 15:16 AaronLi
阅读(140)
评论(0)
推荐(0)
2021年8月23日
ORACLE——查询某段时间内的每一天
摘要: SELECT to_date('2019-01-01\', 'yyyy-MM-dd\') + ROWNUM - 1 AS dateday FROM dual CONNECT BY ROWNUM <= (to_date('2021-08-24\', 'yyyy-MM-dd\') - to_date('
阅读全文
posted @ 2021-08-23 15:39 AaronLi
阅读(751)
评论(0)
推荐(0)
2021年8月11日
ASP.NET——Echarts练习Demo2(简单的圆饼图)
摘要: 大概效果: 参考:https://echarts.apache.org/examples/zh/editor.html?c=pie-nest 前端: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="axmt630zc.aspx.cs
阅读全文
posted @ 2021-08-11 15:12 AaronLi
阅读(266)
评论(0)
推荐(0)
2021年8月10日
ASP.NET——Echarts入门练习Demo1(简单柱形图)
摘要: 效果: 官网:https://echarts.apache.org/zh/index.html 前端web: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Demo_1.aspx.cs" Inherits="WebApplicat
阅读全文
posted @ 2021-08-10 15:31 AaronLi
阅读(239)
评论(0)
推荐(0)
2021年7月28日
axaj获取asp.net后台数据List集合
摘要: 效果图 前端web和axaj: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="zichanmx.aspx.cs" Inherits="xsweb.ERPInfo.zichanmx" %> <!DOCTYPE html> <html
阅读全文
posted @ 2021-07-28 11:52 AaronLi
阅读(181)
评论(0)
推荐(0)
.NET连接Oracle数据库
摘要: <connectionStrings> <add name="oracle" connectionString="Data Source= (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = xxx.xxx.xxx.xx
阅读全文
posted @ 2021-07-28 11:40 AaronLi
阅读(450)
评论(0)
推荐(0)
SQLSERVER——获取本月余下的日期
摘要: select dt,(Datepart(weekday,dt)-1) week from ( select convert(varchar(10),dateadd(dd,number,convert(varchar(8),getdate(),120)+'01'),120) as dt from ma
阅读全文
posted @ 2021-07-28 11:32 AaronLi
阅读(123)
评论(0)
推荐(0)
2021年5月24日
C# 解析JSON数组
摘要: 转自:https://www.cnblogs.com/yuyexiaoxiao/p/13537101.html 案例一: string json = "[{"Groupid":"54","groupnum":"66000","groupname":"大唐移动","type":"0","dnspref
阅读全文
posted @ 2021-05-24 17:29 AaronLi
阅读(2069)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
下一页
公告