上一页 1 ··· 64 65 66 67 68 69 70 71 72 ··· 118 下一页
摘要: ---https://docs.oracle.com/cd/B19306_01/server.102/b14200/statements_8003.htm drop user geovin; drop user geovindu; create user geovindu identified by ORCA; --oracle用户创建及权限设置 create user geovin ... 阅读全文
posted @ 2018-11-27 10:03 ®Geovin Du Dream Park™ 阅读(332) 评论(0) 推荐(0)
摘要: -- 当前日期时间 select now(); select now(3);-- 保留3位毫秒数 SELECT NOW(6); -- 保留6位毫秒数 -- 当前日期和时间 至秒 select current_timestamp; select current_timestamp(3); select 阅读全文
posted @ 2018-11-16 14:42 ®Geovin Du Dream Park™ 阅读(445) 评论(0) 推荐(0)
摘要: select CONVERT(nvarchar(50), '2018-10-10 10:13:32.000', 126) select convert(nvarchar(MAX), '2018-10-10 10:13:32.999',126) -- 考试记录(员工答题答案,项目ID,题目ID,员工ID,原答案,要顯示測驗日期時間、答案(只有英文字母都 還有同事姓名及分行 IF EXISTS... 阅读全文
posted @ 2018-10-11 11:21 ®Geovin Du Dream Park™ 阅读(466) 评论(0) 推荐(0)
摘要: -- 查询外键 涂聚文 (Geovin Du) select concat(table_name, '.', column_name) as 'foreign key', concat(referenced_table_name, '.', referenced_column_name) as 'references' from information_sch... 阅读全文
posted @ 2018-09-28 16:56 ®Geovin Du Dream Park™ 阅读(430) 评论(0) 推荐(0)
摘要: 实体类生成: 数据处理层: 阅读全文
posted @ 2018-09-19 16:44 ®Geovin Du Dream Park™ 阅读(419) 评论(0) 推荐(0)
摘要: 如果有成熟的架构,如何根据数据库关系的表、视图等,进行代码生成架构?减少写代码的时间? 主、外键关联要考虑 实体类层: 数据处理层: 用于UI层要操作: 阅读全文
posted @ 2018-09-14 15:17 ®Geovin Du Dream Park™ 阅读(246) 评论(0) 推荐(0)
摘要: http://www.fpdf.org/ https://github.com/Setasign/FPDF https://www.ntaso.com/fpdf-and-chinese-characters/ https://www.phpbook.jp/fpdf/japan/index2.html 阅读全文
posted @ 2018-08-27 18:06 ®Geovin Du Dream Park™ 阅读(594) 评论(0) 推荐(0)
摘要: -- 统计 select count(*) as '当天记录数' from web_product where date(p_createtime) = curdate(); select count(*) as '当天记录数' from web_product where to_days(p_createtime) = to_days(now()); SELECT count(... 阅读全文
posted @ 2018-08-24 13:01 ®Geovin Du Dream Park™ 阅读(517) 评论(0) 推荐(0)
摘要: '; } for($j=0;$j"; } ?> 阅读全文
posted @ 2018-08-22 15:57 ®Geovin Du Dream Park™ 阅读(345) 评论(0) 推荐(0)
摘要: Media Queries: How to target desktop, tablet and mobile? 阅读全文
posted @ 2018-08-17 11:51 ®Geovin Du Dream Park™ 阅读(552) 评论(0) 推荐(0)
上一页 1 ··· 64 65 66 67 68 69 70 71 72 ··· 118 下一页