直接打开数据库修改吧,最直接了。或者用后台的sql执行(系统 - 系统设置 - SQL命令行工具)update dede_admin set userid='你要的登录名' where id=1update dede_member set userid='你要的登录名' where id=1id的话...
分类:
其他好文 时间:
2014-08-03 14:59:45
阅读次数:
312
Spell checker
Time Limit: 2000MS
Memory Limit: 65536K
Total Submissions: 19044
Accepted: 6959
Description
You, as a member of a development team for a new spell check...
分类:
其他好文 时间:
2014-08-02 13:00:53
阅读次数:
262
crmsql查询表的信息,查询指定的lookup字段对应的实体,查询异步作业,查询站点地图,查询组织信息,查询一个实体的权限(实体: new_member),查询存储过程信息...
分类:
数据库 时间:
2014-08-02 07:42:03
阅读次数:
278
本人最近刚开始学ThinkPHP,在练习的过程中遇到了一些问题。下面是我在进行TP自动验证时遇到的问题! 表名是test_member Controller代码如下: <?php
namespace?Regiter\Controller;
use?Think\Controller;
cla...
分类:
Web程序 时间:
2014-08-01 20:27:22
阅读次数:
261
Building a Space Station
Time Limit: 1000MS Memory Limit: 30000K
Total Submissions: 4400 Accepted: 2255
Description
You are a member of the space station engineering team, and are assigned a tas...
分类:
其他好文 时间:
2014-07-31 13:18:36
阅读次数:
280
State management(handler的状态管理) A ChannelHandler often needs to store some stateful information. The simplest and recommended approach is to use member variables: public?interface?Message?...
分类:
Web程序 时间:
2014-07-29 16:22:59
阅读次数:
317
Master Yoda is the oldest member of the Jedi Council. He conducts preparatory classes of little Younglings up to the moment they get a mentor. All Younglings adore master Yoda and they hope to grow...
分类:
其他好文 时间:
2014-07-29 14:59:48
阅读次数:
266
1、 const 成员函数需要吗? 尽量不要,如果存在继承,则无法预支子类是否有可能改变data member2、 pure virtual constructor 可以实现类的隐藏吗(包含data member)? 这样子类无法调用base 的构造函数对数据初始化,所以可以用protected来....
分类:
编程语言 时间:
2014-07-29 13:42:28
阅读次数:
238
题目如下:This cheeseburger you don't needDescriptionYoda: May the Force be with you.Master Yoda is the oldest member of the Jedi Council. He conducts prep...
分类:
其他好文 时间:
2014-07-29 12:20:26
阅读次数:
279
SELECT CASE WHEN `MEMBERTYPE` = 1 THEN '参赛队员' ELSE '指导老师' ENDFROM `tab_sign_member`WHERE 1 = 1
分类:
数据库 时间:
2014-07-28 13:52:00
阅读次数:
303