2016年2月工作日志
2016-02-01
re/?id=216be1c02aff37bfaa8a3b94e9b43fbe&type=note
/sap/opu/odata/sap/CRM_ODATA/OpportunityCollection?$filter=bypassMaxHit eq true and (userStatusText eq ‘I1002’ or userStatusText eq ‘I1003’)&
KaTeX parse error: Double subscript at position 99: …LSBAL_DBF10 l_t_?tables-name l_t…filter
https://jerry.sap.corp:44354/sap/opu/odata/sap/CRM_TASK/Tasks?$filter=isMyTask eq true&
$expand=DocumentNotes,DocumentNextUserStatuses,DocumentHistories,DocumentApplicationLogs,Attachments
d=7f1d13f3970d1fea0b7841d860ac3f84&type=note
2016-02-02
e/?id=610310d9e8bc2e45e10d8d8602063261&type=note
“tasks” : “/TaskCollection?KaTeX parse error: Expected 'EOF', got '&' at position 24: …sMyTask eq true&?expand=DocumentNotes,DocumentHistories,DocumentApplicationLogs”
}
FA163EE56C3A1ED5B295B2917493D766
1個product: 00163EA720001ED1A7E3B32E2E3BC8C9
2016-02-03
其guid是00163EA720001ED1A7E3B32E2E3D48C9
SELECT a~guid a~header a~product a~ordered_prod a~description b~process_qty_unit b~prod_hierarchy
c~quantity FROM crmd_orderadm_i AS a
LEFT JOIN crmd_product_i AS b
ON a~guid = b~guid LEFT JOIN crmd_schedlin AS c
ON a~guid = c~guid INTO CORRESPONDING FIELDS OF
TABLE es_data-data FOR ALL ENTRIES IN lt_option
WHERE header = lt_option-table_line.
2016-02-04
id=e7641075d79ab1847c14021d0b2908c4&type=note
 SELECT a~guid a~header a~product a~ordered_prod a~description b~process_qty_unit b~prod_hierarchy
 c~quantity d~net_value d~net_value_man e~currency FROM crmd_orderadm_i AS a
 LEFT JOIN crmd_product_i AS b ON a~guid = b~guid
 LEFT JOIN crmd_schedlin AS c ON a~guid = c~item_guid
 LEFT JOIN crmd_pricing_i AS d ON a~guid = d~guid
 LEFT JOIN crmd_pricing AS e ON a~guid = e~guid
 INTO CORRESPONDING FIELDS OF TABLE es_data-data
 FOR ALL ENTRIES IN lt_option WHERE header = lt_option-table_line.
 execute((Serializable) (() -> {}));
 execute((Runnable & Serializable) (() -> {}));
 23067.58
 re/?id=f098d962a2715a5d1dddb86ffc4b8f03&type=note
http://imgsrc.baidu.com/forum/w%3D580/sign=88b8a06dac18972ba33a00c2d6cc7b9d/9020020828381f30b18a11d0ae014c086f06f0c3.jpg
2016-02-05
還有一個PROD_HIERARCHY.
header: 00163EA720001ED29D9420A624836ED3
id: 5033061
根據這個guid到CRMD_ORDERADM_I里用同樣的guid找到 header: 00163EA71FFC1EE198BA24C155224F33
object id: 121
id=c6a3783acfb482c4b18629bbf1d53f52&type=note
February
【1,3,2,4】
從左邊找到第一個比pivot大的元素
從右邊找到第一個比pivot小的元素,
交換
2016-02-06
http://blog.csdn.net/pzw_0612/article/details/45936165
 Traversable
 Seq分為linearSeq:head和tail
 和IndexedSeq:ArrayBuffer和Vector
 Set也是Iterable,但是不允許duplicate elements
 are/?id=3101c8bb367df4d63744d67c19aad8a9&type=note
 我們使用了Actor 類,你會注意到我們使用了一個驚嘆號(!)來發送消息給一個Actor。現在你知道!只是另外一個方法而已,就像其它你可以用來和Actor 交
 互的快捷操作符一樣
 如果一個方法不用接受參數,你可以無需括號就定義它。調用者也必須不加括號地調用它。
 當調用一個沒有參數的方法,或者只有一個參數的方法的時候,還可以省略點號。知道了這一點,我們的List(1,2,3).size 例子就可以寫成這樣:
 // code-examples/Rounding/no-dot-script.scala List(1, 2, 3) size
 注意當你使用scala 命令的時候,無論是交互式還是使用腳本,看上去都好像可以在類型之外定義“全局”變量和方法。這其實是一個假象;解釋器實際上把所有定
 義都包含在一個匿名的類型中,然后才去生成JVM 或者.NET CLR 字節碼。
 val configFilePath = if(configFile.exists()) { configFile.getAbsolutePath() }
2016-02-13
Java是基于操作系統本地調用方式創建線程。
線程池用于流控,控制系統最大并發數保證系統不崩潰。
2016-02-18
MT_DOC_ITEM_HEADERS
crmd_product_i-prod_hierarchy
CRMT_ODATA_PRODUCT
COMT_CATEGORY_TEXT
MT_PROD_CATEGORY_MAP
PRODUCTS
ATTACHMENTS
CHANGEDOCS
COMPLEXNOTES
DOCUMENTHISTORY
OPPORTUNITYLOGSET
/iwbep/if_mgw_odata_expand=>ty_t_node_children
cecenter-agenthome-ui-test-v1.us-east.cf.yaas.io///example.com/a/,而不是直接點擊
無圖無真相,f(g.Xf(), b, c)
2016-02-19
dao.com/share/?id=6c11dfd4b701c22eadd55fdf08c4655e&type=note
00163EA720041ED1A7CCCC66DF9AF233
original: guid: 00163EA720041ED1A7CCD3B051931233
lt_price: guid: 00163EA720041ED1A7CCD3B051931233 currency: EUR
opt: header: 00163EA720041ED1A7CCCC66DF9AF233
lt_links: guid_hi: 00163EA720041ED1A7CCCC66DF9AF233
guidset: 00163EA720041ED1A7CCD3B051931233
are/?id=407ef7b330efb69086111b5a145ae821&type=note
if( ReactPerf.enableMeasure
3月1日出發,3號回來。generalDebug
_debugNode2
 util.format.apply(this, arguments)
 REACT_DEVTOOLS_GLOBAL_HOOK
 Parser.prototype.parse
2016-02-20
hare/?id=cfab19671bf461d533017c6ada1b9af0&type=note
 className = nav_item
2016-02-21
Html 5,
web 3
for
505235762
S16_FIORI_W12_CRM
00000000000001476908
re/?id=6c9663e08dc489e9fc0eb0d09fc0c964&type=note
React.createElement
ReactElementValidator.createElement
/share/?id=e3c6f9899c490e739caa04ccec671752&type=note
new Function(transform(code, opts).code)
eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImVtYmVkZGVkIl…
How to get and debug converted source code in React
 /?id=256c55e5c8bb9fe5de174c695ab9a3ab&type=note
、
 Derry S2 controller:
http://weibo.com/electroluxappliances
 4800
 3000
 Component BBPCRM 713 is at SP09 and you require SP10 minimum for the app base on
 http://help.sap.com/fiori_bs2013/helpdata/en/ef/3b4452aeeeb710e10000000a44176d/content.htm
SAP Note 2233380 must be implemented on top of SP10, or upgrade to SP11
 To fix your issue please upgrade to SP10, retry the issue, if still exists implement the SAP Note.
 Apart from that, I do not believe that this is a CRM issue, the app
 itself is requesting a count and not the actual entity list.
 This is happening for the following items: Appointments, Opportunties,
 Leads.
 Jacqueline Lin
 伊萊克斯:http://club.jd.com/review/818588-1-1.html
 整個一個加濕器,還是慢加濕。空氣里有任何怪味道都不管用。客服又說沒有效果不是質量問題,不能退。我送朋友了,用了幾天又給我退回來了,說一點用沒有
 不要。5000元的東西送都送不出去,整個一個打水漂了,騙子!
 好嘛,你家這臺凈化器的過濾網拿出來居然和手一樣薄,面積只有手心這么大,你這是在挑戰人類智商的最低點嗎?
 這臺機器的過濾器居然和手心一樣大,做的簡直是開玩笑。
 心  得:
 根本不是凈化機,就是個加濕機! 悔沒有看商品評價! 悔沖動
2016-02-23
bind(context, arg1, arg2 )
/?id=708e47ca5c34ed2542086487b0515150&type=note
git config user.email "a@b.com"
Upload UI to ABAP Dev Systems
2016-02-24
?id=4304588928848da8f4cb8af0738ec07c&type=note
32262057
2016-02-25
are/?id=ca27c565f4caea8a89d807463d74661a&type=note
is an open-source JavaScript library providing a view for data rendered as HTML.
https://www.google.com/intl/en/chrome/browser/beta.html
How browsers work-Behind the scenes of modern web browsers
RFC Error: User misses authorization object S_RFCACL in target system
SAPSUPPORT
2016-02-26
center/front-end/blog/2016/02/26/use-chrome-development-tool-to-compare-rendering-performance-between-sapui5-and-react
/sap/opu/odata/sap/CRM_ODATA/OpportunityCollection?KaTeX parse error: Expected 'EOF', got '&' at position 90: …xt eq 'I1003')&?expand=SalesTeams
setDatePicker : function(oView, sDateTobeSet, sTheOtherDate, formatter) {
var oDateTobeSet = oView.byId(sDateTobeSet);
var oTheOtherDate = oView.byId(sTheOtherDate);
oDateTobeSet.setValueState(sap.ui.core.ValueState.None);
oTheOtherDate.setValueState(sap.ui.core.ValueState.None);
var newDate = oDateTobeSet.getDateValue() || oDateTobeSet.getValue() || oDateTobeSet._lastValue;
if (newDate) { oDateTobeSet.setValue(formatter.format(newDate)); }
},
2016-02-29
10000144運單號碼: 376597692467
4103177
參考4024950
O 50007707
Hogwarts School
 e/?ide/?id=471777bfe9469b07a89cdefa0892c836&type=note
 employee in QHD/504: WANGJ in qhd guid: 3440B5B173AE1ED3BDA7AB51C550917E
 qhd: 10000144
 FF2_BUPA_QHD
http://localhost:8090/cus.crm.mycalendar/test-resources/sap/ushell/shells/sandbox/fioriSandbox.html#Shell-home
 AHD employee: WANGJ
 e/?id=b43bf7563a35a503e0d4f85957759741&type=note
要獲取更多Jerry的原創文章,請關注公眾號"汪子熙":
創作挑戰賽新人創作獎勵來咯,堅持創作打卡瓜分現金大獎總結
以上是生活随笔為你收集整理的2016年2月工作日志的全部內容,希望文章能夠幫你解決所遇到的問題。
                            
                        - 上一篇: 股份和股权一样吗 股权和股份有什么不同之
 - 下一篇: python如何使用randint()函