摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 { class Program { public class nodes { T data; ...
阅读全文
摘要:二、有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 三、一个6位数乘以一个3位数,得到一个结果。但不清楚6位数的两个数字是什么,而且结果中有一位数字也不清楚,请编程找出问好代表的数字,答案可能有多个。 表达式:12?56?*123 = 154?4987 四、1、1、1、
阅读全文
摘要:1、table()函数 thinkphp中提供了一个table()函数,具体用法参考以下语句: $list=$Demo->table('think_blog blog,think_type type')->where('blog.typeid=type.id')->field('blog.id as
阅读全文
摘要:js动态增加,删除table 被人基本信息 ...
阅读全文