码迷,mamicode.com
首页 >  
搜索关键字:other    ( 5856个结果
作业3
实验一 实验要求: 1.字符判断 输入一个字符,判断它如果是小写字母输出其对应大写字母;如果是大写字母输出其对应小写字母;如果是数字输出数字本身;如果是空格,输出“space”;如果不是上述情况,输出“other”。 实验二 实验要求: 2. 年龄问题 输入一个学生的生日(年:月:日),并输入当前日 ...
分类:其他好文   时间:2016-10-17 20:50:48    阅读次数:175
作业三
1. 字符判断 输入一个字符,判断它如果是小写字母输出其对应大写字母;如果是大写字母输出其对应小写字母;如果是数字输出数字本身;如果是空格,输出“space”;如果不是上述情况,输出“other”。 2. 年龄问题 输入一个学生的生日(年:月:日),并输入当前日期(年:月:日),计算该生的实际年龄( ...
分类:其他好文   时间:2016-10-17 20:50:46    阅读次数:147
第三次实验作业
1. 字符判断 输入一个字符,判断它如果是小写字母输出其对应大写字母;如果是大写字母输出其对应小写字母;如果是数字输出数字本身;如果是空格,输出“space”;如果不是上述情况,输出“other”。 2. 年龄问题 输入一个学生的生日(年:月:日),并输入当前日期(年:月:日),计算该生的实际年龄( ...
分类:其他好文   时间:2016-10-17 20:42:37    阅读次数:122
Eclipse+Maven创建webapp项目<一>
原文《http://www.cnblogs.com/candle806/p/3439883.html》 Eclipse+Maven创建webapp项目<一> 1、开启eclipse,右键new——》other,如下图找到maven project 2、选择maven project,显示创建mave ...
分类:移动开发   时间:2016-10-17 16:10:10    阅读次数:169
linker command failed with exit code 1 (use -v to see invocation)
关于这个错误,可能出现的问题 1,新添加的文件重名 2,引入系统的类库重复 3,找到 Build settings->Linking->Other Linker Flags 将此属性修改成-all_load 或者 -ObjC ,或者删除,可以多试验几次 4,原有的类库版本过低,不支持引进的最新的.a ...
分类:其他好文   时间:2016-10-17 14:01:22    阅读次数:148
Questions that are independent of programming language. These questions are typically more abstract than other categories.
Questions that are independent of programming language. These questions are typically more abstract than other categories. Free Language Agnostic Prog ...
分类:其他好文   时间:2016-10-17 00:16:47    阅读次数:222
iOS Framework 的生成和使用
首先讲下创建 1.创建IOS下的Cocoa Touch Framework如下图 2.选中Build Setting 搜索Mach-O Type修改成Staticb Library 3.支持bitcode 需要在TAGETS的Build setting中搜索Other C Flags,添加命令“-f ...
分类:移动开发   时间:2016-10-15 14:13:37    阅读次数:254
简单的vsftpd的配置匿名用户可以上传文件
#grep-v^#/etc/vsftpd/vsftpd.confanonymous_enable=YESlocal_enable=YESwrite_enable=YESlocal_umask=022anon_upload_enable=YESanon_world_readable_only=noanon_other_write_enable=yesanon_other_write_enable=yesdirmessage_enable=YESxferlog_enable=YESconnect_from_por..
分类:Web程序   时间:2016-10-14 18:04:55    阅读次数:161
oracle连接方式、创建数据库用户、忘记数据库密码、用户锁定
一、oracle六种连接方式 ①myEclipse中 打开myEclipse,window show view Other 输入DB点击DB browser 选中右键New。出现如下页面 进行填写相关信息: 此处需要引入ojdbc6.jar包 进行测试: ②:网页连接 首先需要开启OracleDBC ...
分类:数据库   时间:2016-10-14 14:13:01    阅读次数:185
[POJ1177]Picture
[POJ1177]Picture 试题描述 A number of rectangular posters, photographs and other pictures of the same shape are pasted on a wall. Their sides are all vert ...
分类:其他好文   时间:2016-10-12 19:09:59    阅读次数:277
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!