Skip to content

Instantly share code, notes, and snippets.

View marcmoore's full-sized avatar
🎯
Focusing

Mark marcmoore

🎯
Focusing
  • Beijing
View GitHub Profile
https://press.one/p/address/v?s=f6c383df4d91c2493f369bca8322313a66bf3dcb060e742e277e52b3f38f769a3977e0320b127c02933d1e9b54d4a09e3c8950fbb88ba60306aa0cce61ec61151&h=da74d80f0a2a742a12b41330cd6803d3dc71b7aaa5a2c0caff99e15b0a2a8436&a=fdc7c249a6197cbebb2834027d0644aaaeda5b3f&f=P1&v=2
function submit_Order() {
	//港澳售项目
	var canSubmitFlag=false;
  	var consignee_area = $("#hideAreaIds").val();
  	if(consignee_area!=null){
	  	var consignee_provinceId = consignee_area.split("-")[0];
	  	if(consignee_provinceId==52993){
			//先判断是否有港澳无货标签,如果有港澳无货的,弹框:不支持配送返回购物车提示;再判断是否勾选了同意按钮,没勾选弹框:继续提交提示
			var j=$("body");

###京东

####领券

  1. 页面:https://a.jd.com/
  2. 标示:$(".quan-sk-item")$(".quan-item") 可获取优惠券element
  3. 操作:(登录状态下)
  4. 找到券的data-key
  5. 发送Get请求到 https://a.jd.com/ajax/freeGetCoupon.html?key={data-key}
  6. 如果抢券成功,会获得以下Response: {"value":999,"desc":"领取成功!感谢您的参与,祝您购物愉快~"}

##产品助理

###职责:

产品调研,竞品分析

###要求:

  1. 从事相关工作一年以上
  2. 熟练使用Windows或者其他操作系统

##初级设计师

###职责:

线上产品UI设计

###要求:

  1. 美术、设计相关专业毕业或从事相关工作一年以上
  2. 熟练使用PS,AI,Sketch中任一工具

#后端工程师职位要求

  • 共分为4个档次,依次是实习生,初、中、高级工程师
  • 后一个档次的要求是前一个档次的加分项(了解即可)
  • 后一个档次的要求暗含前一个档次的要求,不再重复列出

##实习生

###职责

#前端工程师职位要求

  • 共分为4个档次,依次是实习生,初、中、高级工程师
  • 后一个档次的要求是前一个档次的加分项(了解即可)
  • 后一个档次的要求暗含前一个档次的要求,不再重复列出

##实习生

###职责

@marcmoore
marcmoore / user-list-test.md
Last active August 2, 2021 04:48 — forked from littlepea/user-list-test.md
Front-End Test: Users List

Q1: Try to understand what's the perpose of this paragraph of code. And fix it.

<!doctype html>
<title></title>
<meta charset="utf-8"/>
<script type="text/javascript">
  window.onload = function(){
     for(var i=1; i < 4; i++){
        var id = document.getElementById("a" + i);

id.onclick = function(){

One of the key objectives of a project inception is to collect requirements collaboratively. But, many times, it is difficult to decide where to start and what to focus on. Story mapping is an engaging activity where all participants are involved in the process of building the product backlog on a wall, versus writing a dull 100-page requirement document.

通过协作来收集需求,是项目开始时的关键目标之一。不过,多数情况下,从哪开始,重心在哪里是很难决定的。Story mapping 是提高了参与性,通过一面墙,每个人都能够将自己对产品的想法粘上去,之前写的100多页的需求文档简直弱爆了。

Story mapping was invented by Jeff Patton and introduced to me by Chirag Doshi and I find it very effective and useful tool to capture requirements during inception.

Chirag Doshi 将 Jeff Patton 发明的 Story mapping 介绍给我,然后我就发现这是一个在初始阶段用来记录需求的非常有效并且有用的工具。

Building a story map

创建Story map