码迷,mamicode.com
首页 >  
搜索关键字:ext    ( 40754个结果
fatal: could not read Username for 'https://github.com': No such file or directo
Git push origin master报错 fatal: could not read Username for 'https://github.com': No such file or directo 原因使用https方式的时候 在git remote add origin 的https ...
分类:Web程序   时间:2016-10-21 19:49:08    阅读次数:385
转载 iOS js oc相互调用(JavaScriptCore)
iOS js oc相互调用(JavaScriptCore) iOS js oc相互调用(JavaScriptCore) 从iOS7开始 苹果公布了JavaScriptCore.framework 它使得JS与OC的交互更加方便了。 下面我们就简单了解一下这个框架 首先我导入framework 方法如 ...
分类:移动开发   时间:2016-10-21 16:37:39    阅读次数:232
软件需求与分析课堂讨论一
关于无纸化考试系统的讨论 小组成员:范亚雷(范)、高开拓(高)、赵东睿(赵)。 采用讨论方式:结构化 课堂讨论记录: 利益相关者描述: ①减少出题审核时间(范) ②阅卷方便简单,效率高(高) ③查询获取课程成绩(赵) ①考试方式简洁(范) ②能够一次查询所有成绩(高) ③考试过程的时间把握(赵) ① ...
分类:其他好文   时间:2016-10-21 16:34:09    阅读次数:120
mybatiGenerator
...
分类:其他好文   时间:2016-10-21 16:29:00    阅读次数:217
C#如何关闭一个窗口的同时打开另一个窗口
在.net的WinForm程序中,如果是直接起动的Form作为主窗口,那么这个主窗口是不能关闭的,因为它维护了一个Windows消息循环,它一旦关闭了就等于声明整个应用程序结束,所以新打开的窗口也就被自动关闭了。因此要关闭的窗口不能用Application.Run创建。如何使用Hide()(只是隐藏 ...
分类:Windows程序   时间:2016-10-21 16:14:39    阅读次数:236
GIS-012-ArcGIS JS API 绘图
NameDescription ARROW Draws an arrow. CIRCLE Draws a circle. DOWN_ARROW Draws an arrow that points down. ELLIPSE Draws an ellipse. EXTENT Draws an ext ...
分类:Windows程序   时间:2016-10-21 15:45:04    阅读次数:242
自定义动画animate可以操作css样式属性总结
自定义动画animate可以操作css样式属性总结 backgroundPosition * borderWidth * borderBottomWidth * borderLeftWidth * borderRightWidth * borderTopWidth * borderSpacing * ...
分类:Web程序   时间:2016-10-21 13:57:10    阅读次数:174
Introducing .NET Standard
https://blogs.msdn.microsoft.com/dotnet/2016/10/18/the-week-in-net-bond-the-gallery/ .NET Standard solves the code sharing problem for .NET developers ...
分类:Web程序   时间:2016-10-21 13:50:23    阅读次数:406
数据结构 单向动态链表的建立和输出
#include<stdio.h> #include<stdlib.h> struct student{ long int num;//学号 float score;//成绩 struct student*next;//指向下一个学生 }; int n=0;//有n个学生数据 /*创建链表函数*/ ...
分类:其他好文   时间:2016-10-21 13:10:06    阅读次数:136
Java之泛型
1. 概述 在引入泛型之前,Java类型分为原始类型、复杂类型,其中复杂类型分为数组和类。引入泛型后,一个复杂类型就可以在细分成更多的类型。 例如原先的类型List,现在在细分成List<Object>, List<String>等更多的类型。 注意,现在List<Object>, List<Str ...
分类:编程语言   时间:2016-10-21 11:07:37    阅读次数:241
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!