码迷,mamicode.com
首页 >  
搜索关键字:members    ( 573个结果
C# 第三次作业
这节课我们主要学习了class和object,也稍微介绍了一些继承和多态。首先我按照课堂上讲的写了deep copy 算是this的引入▼之后就到this了,我们讲了this指针的五个用法:1. To qualify instance members otherwise hidden by para...
分类:Windows程序   时间:2015-03-30 18:15:07    阅读次数:144
Mysql 另类盲注中的一些技巧
很多技巧从国外的paper学到的,不过国内没有多少人使用,所以发出来,笔记下~一、order by 的参数注入技巧:两种方法,思路都一样。example. “select username,password from uc_members order by”.$_GET['oderby']a.常见的...
分类:数据库   时间:2015-03-16 10:56:25    阅读次数:168
STL总结
Sequence containers Associative containers   Headers   Members complex vector deque list set multiset ...
分类:其他好文   时间:2015-03-12 17:14:18    阅读次数:125
A1004. Counting Leaves (30)
A family hierarchy is usually presented by a pedigree tree. Your job is to count those family members who have no child.InputEach input file contains ...
分类:其他好文   时间:2015-03-08 01:25:46    阅读次数:163
java charset detector
https://code.google.com/p/juniversalchardet/downloads/listjava移植mozilla的编码自动检测库(源码为c++),准确率高。通过svn签出只读版本的代码:# Non-members may check out a read-only wo...
分类:编程语言   时间:2015-03-05 09:10:39    阅读次数:191
1301. The Trip
A number of students are members of a club that travels annually to exotic locations. Their destinations in the past have included Indianapolis, Phoen...
分类:其他好文   时间:2015-03-04 20:45:18    阅读次数:177
discuz密码生成
Discuz的密码加密算法其实就是两次MD5加密,首先用明文进行一次加密,之后随机生成一个salt,再把第一次的密文后面添加salt作为明文再进行一次MD5加密。salt保存在uc_members表里,可以通过用户名进行获取。像这样:MD5(MD5(明文)+salt)下面是.net的实现代码:代码如...
分类:Web程序   时间:2015-02-26 18:32:32    阅读次数:159
PAT1004. Counting Leaves
A family hierarchy is usually presented by a pedigree tree. Your job is to count those family members who have no child.InputEach input file contains ...
分类:其他好文   时间:2015-02-26 11:24:03    阅读次数:103
Castle DynamicProxy
Introduction¶ Castle DynamicProxy is a library for generating lightweight .NET proxies on the fly at runtime. Proxy objects allow calls to members of ...
分类:其他好文   时间:2015-02-20 17:23:18    阅读次数:187
POJ1015---Jury Compromise
Description In Frobnia, a far-away country, the verdicts in court trials are determined by a jury consisting of members of the general public. Every time a trial is set to begin, a jury has to be sele...
分类:其他好文   时间:2015-02-15 18:09:15    阅读次数:118
573条   上一页 1 ... 48 49 50 51 52 ... 58 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!