自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(22)
  • 收藏
  • 关注

原创 Angular部署bpmn-js时报错this._createModdle is not a function

在服务器环境部署bpmn-js时,部署无报错,但是访问网页的时候,在使用构造方法创造Bpmn时会报错this._createModdle is not a function错误。选择对应的bpmn-xx-production.min.js即可。重新打包部署即可正常访问。

2024-03-14 10:19:18 365 1

原创 Camunda流程引擎7.20.0 Oracle建表脚本

Camunda流程引擎 7.20.0 Oracle建表脚本,包括Create各个表以及索引、约束等,如果集成SpringBoot时自动建表失败,可以直接执行下面的语句进行建表。

2024-02-22 14:22:25 1674

原创 NP-完全问题证明题

NP-完全问题证明题:8.16 We are feeling experimental and want to create a new dish. There are various ingredients we can choose from and we'd like to use as many of them as possible, but some ingredients

2017-07-03 02:29:43 691

原创 算法设计作业18

第十八周作业:442. Find All Duplicates in an Array解题思路:442. Find All Duplicates in an ArrayGiven an array of integers, 1 ≤ a[i] ≤ n (n = size of ar

2017-05-25 20:16:02 274

原创 算法设计作业17

第十七周作业:406. Queue Reconstruction by Height解题思路:Suppose you have a random list of people standing in a queue. Each person is described by a pair of integers (h, k), wh

2017-05-25 19:57:47 251

原创 算法设计作业16

第十六周作业:526. Beautiful Arrangement解题思路:Suppose you have N integers from 1 to N. We define a beautiful arrangement as an array that is constructed by these N numbers successf

2017-05-25 19:36:29 240

原创 算法设计作业15

第十五周作业:553. Optimal Division解题思路:553. Optimal DivisionGiven a list of positive integers, the adjacent integers will perform the float divisi

2017-05-25 19:09:05 288

原创 算法设计作业14

第十四周作业:513. Find Bottom Left Tree Value解题思路:513. Find Bottom Left Tree ValueGiven a binary tree, find the leftmost value in the last row o

2017-05-25 19:03:13 203

原创 算法设计作业13

第十三周作业:419. Battleships in a Board解题思路:419. Battleships in a BoardGiven an 2D board, count how many battleships are in it. The battleships are rep

2017-05-21 22:51:54 257

原创 算法设计作业12

第十二周作业:537. Complex Number Multiplication解题思路:537. Complex Number MultiplicationGiven two strings representing two complexnumbers.You

2017-05-21 22:33:00 286

原创 算法设计作业11

第十一周作业:516. Longest Palindromic Subsequence解题思路:516. Longest Palindromic SubsequenceGiven a string s, find the longest palindromic subsequence's l

2017-05-03 17:08:57 253

原创 算法设计作业10

第十周作业:357. Count Numbers with Unique Digits解题思路:357. Count Numbers with Unique DigitsGiven a non-negative integer n, count all numbers with uniq

2017-04-29 20:10:30 599 1

原创 算法设计作业9

第九周作业:343. Integer Break解题思路:343. Integer BreakGiven a positive integer n, break it into the sum of at least two positive integers and maximize the prod

2017-04-29 20:01:35 245

原创 算法设计作业8

第八周作业:413. Arithmetic Slices解题思路:413. Arithmetic SlicesA sequence of number is called arithmetic if it consists of at least three elements and if the differ

2017-04-15 22:24:43 164

原创 算法设计作业7

第七周作业:338. Counting Bits解题思路:338. Counting BitsGiven a non negative integer number num. For every numbers i in the range 0 ≤ i ≤ num calculate the number

2017-04-15 21:09:23 259

原创 算法设计作业6

第六周作业:134. Gas Station解题思路:134. Gas StationThere are N gas stations along a circular route, where the amount of gas at station i is gas[i].You have a car with an un

2017-04-01 00:23:27 318

原创 算法设计作业5

第五周作业:332. Reconstruct Itinerary解题思路:332. Reconstruct ItineraryGiven a list of airline tickets represented by pairs of departure and arrival airports [from, to], reconstruc

2017-03-31 23:30:51 214

原创 算法设计作业4

第四周作业:210.Course Schedule II解题思路:210. Course Schedule IIThere are a total of n courses you have to take, labeled from 0 to n - 1.Some courses may have prerequisites, for

2017-03-20 16:55:59 974

转载 中国计算机学会CCF推荐国际学术会议和期刊目录

中国计算机学会推荐国际学术会议和期刊目录(2015 年)中国计算机学会一、A 类中国计算机学会推荐国际学术期刊(计算机体系结构/并行与分布计算/存储系统)序号刊物简称刊物全称出版社网址1TOCSACM Transactions on Computer SystemsACMhttp://dblp.uni-trier.de/db/journa

2017-03-12 20:35:56 2692

原创 算法设计作业3

第三周作业:207. Course Schedule解题思路:207. Course ScheduleThere are a total of n courses you have to take, labeled from 0 to n - 1.Some courses may have prerequisites, for example

2017-03-12 13:15:13 197

原创 算法设计作业2

第二周作业:4. Median of Two Sorted Arrays解题思路:4. Median of Two Sorted ArraysThere are two sorted arrays nums1 and nums2 of size m and n respectively.Find the median of the two sor

2017-03-06 22:03:54 303

原创 算法设计作业1

第一周作业:1 Two Sum2 Add Two Numbers 解题思路:1. Two SumGiven an array of integers, return indices of the two numbers such that they add up to a specific target.You may assume that each

2017-02-25 23:22:17 344

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除