码迷,mamicode.com
首页 >  
搜索关键字:too    ( 5795个结果
html 引入页面公共部分(header、footer)
html引入页面的公共部分,比如导航栏啊,页头页脚之类的。 1、将需要引入的公共html部分转换为js文件,这里推荐一个转换工具地址 http://tool.chinaz.com/Tools/Html_Js.aspx 2、在html页面引入这个js文件就可以了 ...
分类:Web程序   时间:2019-04-15 10:31:27    阅读次数:865
小米r3g旧版开发版固件,安装opkg
1.开启ssh 1.1.刷入固件 在路由器更新界面,刷入 miwifi_r3g_firmware_c2175_2.25.122.bin 固件 下载地址: http://bigota.miwifi.com/xiaoqiang/rom/r3g/miwifi_r3g_firmware_c2175_2.25 ...
分类:移动开发   时间:2019-04-15 09:15:25    阅读次数:674
AtCoder Beginner Contest 124 D - Handstand(思维+前缀和)
D - Handstand Time Limit: 2 sec / Memory Limit: 1024 MB Score : 400400 points Problem Statement NN people are arranged in a row from left to right. Yo ...
分类:其他好文   时间:2019-04-14 14:22:07    阅读次数:239
minSdkVersion
10 10 10 It is indeed possible to increase minSdkVersion, but it took me way too much time to find it out because google searches mostly yields as res ...
分类:其他好文   时间:2019-04-14 12:34:57    阅读次数:219
vue is detected
Vue.js is detected on this page. Devtools inspection is not available because it's in production mode or explicitly disabled by the author. 我的问题是使用了vu ...
分类:其他好文   时间:2019-04-14 09:16:46    阅读次数:145
Math类 BigInteger 类 BigDecimal类 基础用法
1. Math类概念 Math 类是包含用于执行基本数学运算的方法的数学工具类,其所有方法均为静态方法。 类方法: 2 Arrays类 3 BigInteger大数据 java中long型为最大整数类型,对于超过long型的数据如何去表示呢.在Java的世界中,超过long型的整数已经不能被称为整数 ...
分类:其他好文   时间:2019-04-13 15:13:36    阅读次数:106
UPC5292 Hunter’s Apprentice(判断N个点是否是顺时针)
题目描述 When you were five years old, you watched in horror as a spiked devil murdered your parents. You would have died too, except you were saved by Ro ...
分类:移动开发   时间:2019-04-13 11:11:19    阅读次数:217
python装饰器同时支持有参数和无参数的练习题
''' 预备知识: …… @decorator def f(*args,**kwargs): pass # 此处@decorator 等价于 f = decorator(f) @decorator2(*args,**kwargs) def f2(*args,**kwargs): pass # 此处@ ...
分类:编程语言   时间:2019-04-12 19:13:03    阅读次数:358
windows做代理服务器让内部linux上网
fiddler代理上网 1 下载安装:http://www.telerik.com/fiddl er 2 设置代理,如下图 3 代理服务器信息 代理服务器的IP : 10.1.44.11 代理服务器的port : 5678 只要在其他服务器的网络设置把代理设置为以上的配置就行了,或者在其他服务器上的 ...
分类:Windows程序   时间:2019-04-12 11:54:04    阅读次数:1136
转-java编译时error: illegal character '\ufeff' 的解决办法-https://blog.csdn.net/t518vs20s/article/details/80833061
原文链接:https://blog.csdn.net/shixing_11/article/details/6976900 最近开发人员通过SVN提交了xxx.java文件,因发布时该包有问题需要回退,故SCM将该xxx.java文件用editplus打开删除了新添的一行,删除后重新编译打包,却报了 ...
分类:编程语言   时间:2019-04-11 19:23:13    阅读次数:314
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!