摘要:------------------------------------------------------------------------------ The contents of this file are subject to the nopCommerce Public License Version 1.0 ("License"); you may not use this f...
阅读全文
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace HackMoney { public class JsonHelper { /// /// 转换对象为JSON格式数据 /// ...
阅读全文
摘要:using System; using System.Collections.Generic; using System.Text; using System.Configuration; using System.Data; using System.Data.SqlClient; using System.Reflection; namespace {namespace}.DBUtilit...
阅读全文
摘要:create or replace package body pkg_bba_rcv_pre is function lf_get_value(p_xml in xmltype, p_string in varchar2) return varchar2 is begin return p_xml.extract(p_string).getstringval(); e...
阅读全文
摘要:winform简单验证: 公共类: 主界面MainFrm.cs: LoginFrm.cs: TreeView.... 测试数据: 1 系统管理 02 基础数据 03 仓库管理 04 调度管理 05 资产管理 06 订单更改 07 车间生产 08 任务令管理 09 质量控制 010 标签打印 011
阅读全文
摘要:sytstem 用户登录,orcl——tns: orcl = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521)) ) (CONNECT_DATA = (SERVER =
阅读全文