select * from ssrole; --角色表select * from ssrolemenu
where roleid = roleid; --角色关联菜单表select * from ssmenu where menuid = menui...
分类:
其他好文 时间:
2014-05-14 02:43:57
阅读次数:
217
怎么说呢
-_-....委托就是一个存储方法引用的类很简单也不简单^_^...废话不多说了,直接上代码,解释都在代码里头了. 1 /* 2 * Created by
SharpDevelop. 3 * User: llh 4 * Date: 2014/5/12 5 * Time: 17:31...
分类:
其他好文 时间:
2014-05-14 01:47:29
阅读次数:
296
1.安装vsftpd+mysql+pam后ftp服务器只允许匿名登录,当使用本地用户和虚拟用户登录时出现以下错误(vsftpd配置没有问题):
libgcc_s.so.1 must be installed for pthread_cancel to work
分类:
其他好文 时间:
2014-05-13 23:46:42
阅读次数:
379
1.检测是否安装了FTP rpm -qvsftpd2.安装ftp yum
installvsftpd3.完成ftp安装后,将/etc/vsftpd/user_list 和
/etc/vsftpd/ftpusers文件中的root这一行注释掉 #root4.编辑 /etc/vsftpd/vsft...
分类:
其他好文 时间:
2014-05-13 22:39:58
阅读次数:
294
后缀数组或者AC自动机都可以,模板题。/**************************************************************
Problem: 3172 User: BLADEVIL Language: C++ Result: Ac...
分类:
其他好文 时间:
2014-05-13 21:25:44
阅读次数:
433
大家好,今天是注册表学习的第二课好了,废话不多说了,我现在就来分享我的读书笔记吧
一、禁用菜单系统栏的属性 首先,按照HKEY_CURRENT_USER-software-microsoft-windows-currentversion
-policies-explorer 新建一个DWORD值,命...
分类:
其他好文 时间:
2014-05-13 17:03:56
阅读次数:
307
Description
Japan plans to welcome the ACM ICPC World Finals and a lot of roads must be built for the venue. Japan is tall island with N cities on the East coast and M cities on the West coast (M <= ...
分类:
其他好文 时间:
2014-05-13 14:53:40
阅读次数:
189
Apps that play audible content to the user while in
the background, such as a music player app (音频,如音乐播放)Apps that keep users
informed of their locati...
分类:
移动开发 时间:
2014-05-13 10:54:43
阅读次数:
441
#!/usr/bin/envpython#coding:utf8importsmtplib,sysfromemail.mime.textimportMIMETextfromconfig.mailssimportmail_list,contentdefsend_mail():mail_host,mail_user,mail_pass,mail_postfix,sub,me,mailto_list=mail_listme=mail_user+"<"+mail_user+"@"+mail_postfix+"&..
分类:
编程语言 时间:
2014-05-13 02:40:50
阅读次数:
503
用户授权及撤销1、用户授权默认情况下,只允许数据库管理员root用户从服务器登录。若从其他客户端登录,必须做用户授权。授权库mysql,主要表:User:记录用户信息(登录名,密码,客户端地址,权限信息)db:记录授权库的信息tables_priv:记录授权的表信息columns_priv:记录..
分类:
其他好文 时间:
2014-05-13 00:46:45
阅读次数:
552