08 2019 档案

摘要:多级分类+多级嵌套https://jingyan.baidu.com/article/546ae185cb81651149f28cf5.html 阅读全文
posted @ 2019-08-14 15:08 MicrosoftMan 阅读(3891) 评论(0) 推荐(0)
摘要:【C# 重构】VS2017中没有 rdlc (报表设计器)(2)https://blog.csdn.net/MyxZxd/article/details/89847111 步骤https://www.cnblogs.com/cuichaohui/p/9364439.html 阅读全文
posted @ 2019-08-14 14:51 MicrosoftMan 阅读(3482) 评论(0) 推荐(0)
摘要:https://zhidao.baidu.com/question/515561821.html1然后在编辑栏输入公式便可以开始给数据添加单引号或其他对应符号了 =“‘”&B1& “’,” 2enter确认 3接着我们用Ctrl键点击选中A1和D1两个单元格并且按Ctrl和C键复制它们。 4然后鼠标 阅读全文
posted @ 2019-08-09 16:12 MicrosoftMan 阅读(344) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/Bouger/p/4318322.html create or replace package body test_lu is 创建一个自定义数据类型 TYPE c_user IS RECORD ( id number, name varchar2(3 阅读全文
posted @ 2019-08-06 15:45 MicrosoftMan 阅读(386) 评论(0) 推荐(0)
摘要:create or replace procedure test_static_cursor is /*定义一个公共实体,根据实际给实体赋值,并将实体插入表*/ type streport is record( REP_ID VARCHAR2(32), --Y 主键id REP_OWNERID VA 阅读全文
posted @ 2019-08-06 15:43 MicrosoftMan 阅读(805) 评论(0) 推荐(0)