码迷,mamicode.com
首页 > 2015年07月03日 > 全部分享
NYOJ 14 会场安排问题
地址: http://acm.nyist.net/JudgeOnline/problem.php?pid=14
分类:其他好文   时间:2015-07-03 21:52:51    阅读次数:106
app后端用户登录api
app将用户名和密码发送到服务器,服务器验证用户名和密码都正确后,会在redis或memcached服务器中以用户id为键生成token字 符串,然后服务器把token字符串和用户id都返回给客户端(客户端通过token生成签名),例如token字符串"daf32da456hfdh" 和用户id"5...
分类:移动开发   时间:2015-07-03 21:51:51    阅读次数:386
C3-循环结构
//// main.m// C3_循环结构//// Created by dllo on 15/7/2.// Copyright (c) 2015年 zhozhicheng. All rights reserved.//#import int main(int argc, const char * ...
分类:其他好文   时间:2015-07-03 21:52:19    阅读次数:159
C1-基本概念
//// main.m// C1_基本概念//// Created by dllo on 15/6/30.// Copyright (c) 2015年 zhozhicheng. All rights reserved.//#import int main(int argc, const char *...
分类:其他好文   时间:2015-07-03 21:52:48    阅读次数:170
Awesome Deep Vision
Awesome Deep VisionA curated list of deep learning resources for computer vision, inspired byawesome-phpandawesome-computer-vision.Maintainers -Jiwon ...
分类:其他好文   时间:2015-07-03 21:53:37    阅读次数:1261
Git教程学习(三)
7. 撤销修改7.1. 对于还没有git add的修改,可以使用git checkout丢弃工作区的修改$ git checkout -- readme.txtreadme.txt如果没有被git add,那么回到master库中的状态(即上一次git commit时的状态)readme.txt如果...
分类:其他好文   时间:2015-07-03 21:53:27    阅读次数:129
【莫比乌斯反演】关于Mobius反演与lcm的一些关系与问题简化(BZOJ 2154 crash的数字表格&&BZOJ 2693 jzptab)
BZOJ 2154 crash的数字表格Description 今天的数学课上,Crash小朋友学习了最小公倍数(Least Common Multiple)。对于两个正整数a和b,LCM(a, b)表示能同时被a和b整除的最小正整数。例如,LCM(6, 8) = 24。回到家后,Crash还在想....
分类:其他好文   时间:2015-07-03 21:53:27    阅读次数:187
GDB和WinDbg中调用函数
GDB:特别简单,直接写调用式子即可,如下图的p word.c_str(),其中word的类型是std::stringWinDbg:目前都说是.call命令,说实话我宁愿不用。。。见:http://cfc.kizzx2.com/index.php/tutorial-using-windbg-to-c...
分类:数据库   时间:2015-07-03 21:50:48    阅读次数:191
二叉树基本操作C代码
1 #include 2 #include 3 #define LEN sizeof(struct ChainTree) 4 struct ChainTree 5 { 6 int num; 7 struct ChainTree *left; ...
分类:其他好文   时间:2015-07-03 21:51:13    阅读次数:189
CodeWars可以学习的
http://www.codewars.com/kata/54ff3102c1bad923760001f3/solutions/csharp判断给定的字符串有多少个a e i o uusing System;using System.Linq;public static class Kata{ .....
分类:其他好文   时间:2015-07-03 21:50:44    阅读次数:147
字符串中字符的删除
1 #include 2 #include 3 #include 4 char *fun(char *s,char c) 5 { 6 char *p=s; //用指针p指向字符串s的首地址 7 char *pp=p; //pp指向字符串p的首地址 8 ...
分类:其他好文   时间:2015-07-03 21:49:37    阅读次数:133
NYOJ 770 仿射密码
地址: http://acm.nyist.net/JudgeOnline/problem.php?pid=770
分类:其他好文   时间:2015-07-03 21:50:12    阅读次数:137
NYOJ 6 喷水装置(一)
地址: http://acm.nyist.net/JudgeOnline/problem.php?pid=6
分类:其他好文   时间:2015-07-03 21:52:29    阅读次数:121
HTML5 新增绘图功能
绘图入门
分类:Web程序   时间:2015-07-03 21:50:01    阅读次数:124
(转)抓包工具Fidder详解(主要来抓取Android中app的请求)
主要来抓取Android中app的请求
分类:移动开发   时间:2015-07-03 21:49:01    阅读次数:137
NYOJ 311 完全背包
地址: http://acm.nyist.net/JudgeOnline/problem.php?pid=311
分类:其他好文   时间:2015-07-03 21:50:40    阅读次数:114
IT谁谁说女子不如男行业
(联合创始人拉里·佩奇(Larry Page)和Sergey Brin(Sergey Brin)曾经说过:”促进性别平衡对工作的顺利开展。该公司可以有很强的女性团队至关重要,尤其是技术的妇女”。注重性别的均衡。他们不仅要建立一个强大的女性技术团队,更要把公司改变成一个适合女性工作的公司。非常多人觉得...
分类:其他好文   时间:2015-07-03 21:51:47    阅读次数:93
1623条   上一页 1 ... 9 10 11 12 13 14 15 ... 96 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!