require demo 记录备份】的更多相关文章

预览地址 http://127.0.0.1:8020/requireDemo/myNEW/index.html 注意 远程的 非模块的 empty: demo2…
前段时间看了大神的博客文章[使用Flexible实现手淘H5页面的终端适配](地址:http://www.w3cplus.com/mobile/lib-flexible-for-html5-layout.html),受益良多,写了个小demo,记录一下以防忘记,需要注意几点,如下: 1. 将flexible_css.js,flexible.js文件加载到项目中 <script src="build/flexible_css.debug.js"></script>…
记录一下 <!doctype html> <html> <head> <meta charset="utf-8"> <title>无标题文档</title> <meta name="viewport" content="initial-scale=1.0,user-scalable=no,maximum-scale=1,width=device-width" />…
function killerrors() { return true; } window.onerror = killerrors; //检查浏览器类型 function checkBrowser() { function loginfo() { this.alert = function (string) { if (false) { alert(string); } } } var log = new loginfo(); var browser = navigator.appName;…
<!doctype html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title></title> <script type="text/javascript" src="js/jquery.js"></sc…
备忘记录 package cc.ash; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; import java.util.ArrayList; import java.util.Comparator; import java.util.List; import java.util.Optional; import java.util.stream.Collectors;…
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc; namespace MvcEnum.Controllers{ public class HomeController : Controller { public ActionResult Index() { //int t=(int)TypeStyle.类型; /////根据枚举的值获取对应的…
#!/bin/sh ################################## # CreateDate:// : # ModifyDate:// : ################################# #############create a snapshot for table################################################## hbase shell << EOF snapshot 'contactlist_ev…
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /><!--IE=edge告诉IE使用最新的引擎渲染网页,chrome=1则可以激活Chrome Frame --> <meta name=&…
<!doctype html> <html> <head> <meta charset="utf-8"> <title>社区</title> <meta http-equiv="X-UA-Compatible" content="edge,chrome=1" /> <meta http-equiv="Cache-Control" cont…