• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录

cynchanpin

  • 博客园
  • 联系
  • 订阅
  • 管理
上一页 1 ··· 56 57 58 59 60 61 62 63 64 ··· 149 下一页

2017年7月2日

Seaside HDU 3665 【Dijkstra】

摘要: Problem Description XiaoY is living in a big city, there are N towns in it and some towns near the sea. All these towns are numbered from 0 to N-1 and 阅读全文

posted @ 2017-07-02 20:50 cynchanpin 阅读(162) 评论(0) 推荐(0)

LeetCode之RemoveElement

摘要: 题目: Given an array and a value, remove all instances of that value in place and return the new length. The order of elements can be changed. It doesn’ 阅读全文

posted @ 2017-07-02 19:31 cynchanpin 阅读(118) 评论(0) 推荐(0)

C#中数组的使用

摘要: 1、简单数组: 声明: int[] myArray 初始化: 声明了数组后,就必须为数组分配内存来保存数组的全部元素。特别注意的是数组是引用类型。故须要使用new运算符来指定数组中元素的类型和数量来初始化数组的变量。 myArray = new int[4] 声明初始化合并: int [] myAr 阅读全文

posted @ 2017-07-02 18:57 cynchanpin 阅读(845) 评论(0) 推荐(1)

20160223.CCPP体系具体解释(0033天)

摘要: 程序片段(01):MyArray.h+MyArray.c+main.c 内容概要:数组库 ///MyArray.h #pragma once #define DT int//类型通用 typedef struct { DT * pStart;//起始地址 int len;//元素个数 int sor 阅读全文

posted @ 2017-07-02 17:54 cynchanpin 阅读(410) 评论(0) 推荐(0)

geos库交叉编译生成ARM平台库

摘要: 版本号信息: GEOS:geos-3.4.2.tar.bz2(http://trac.osgeo.org/geos/) CPU:ARM 编译器:arm-linux 4.2.2 1、 解压源代码包geos-3.4.2.tar.bz2 # tar xvf geos-3.4.2.tar.bz2 2、 在解 阅读全文

posted @ 2017-07-02 12:09 cynchanpin 阅读(1384) 评论(0) 推荐(0)

Python - 字符串模板的安全替换(safe_substitute) 具体解释

摘要: 字符串模板的安全替换(safe_substitute) 具体解释本文地址: http://blog.csdn.net/caroline_wendy/article/details/27057339字符串模板(sting.Template), 替换时, 使用substitute(), 未能提供模板所需 阅读全文

posted @ 2017-07-02 12:03 cynchanpin 阅读(1596) 评论(0) 推荐(0)

nginx中父子进程工作的主体函数

摘要: 依据Nginx(0.7.67版本号)的代码。对Nginx主要的进程创建,进程主体以及事件处理进行了简要的分析。 基本上,父进程(即主进程)一開始会初始化及读取配置。并载入各模块的功能,然后fork()出N个子进程(即工作进程),具有同样的工作逻辑和功能。父进程负责监听信号(如HUP,QUIT等),通 阅读全文

posted @ 2017-07-02 11:32 cynchanpin 阅读(511) 评论(0) 推荐(0)

自己定义ShareSDK分享平台界面

摘要: 自己定义ShareSDK分享平台界面 执行效果图: 微信朋友圈分享成功效果图: 注:微信朋友圈分享有两种:一种是为绕过审核,即图中所显示的方式,一种为不绕过审核。两种方式在朋友圈中显示的方式不一样,且分享时弹出的界面也不一样。在shareSDK.xml中设置BypassApproval="true" 阅读全文

posted @ 2017-07-02 10:45 cynchanpin 阅读(915) 评论(0) 推荐(0)

Spark MLlib之线性回归源代码分析

摘要: 1.理论基础 线性回归(Linear Regression)问题属于监督学习(Supervised Learning)范畴,又称分类(Classification)或归纳学习(Inductive Learning);这类分析中训练数据集中给出的数据类标是确定的。机器学习的目标是,对于给定的一个训练数 阅读全文

posted @ 2017-07-02 09:30 cynchanpin 阅读(1421) 评论(0) 推荐(0)

ul,li不能左右居中的问题

摘要: 近期帮朋友做一个他们公司的商品站点,用到了曾经学到的html+css技术,当然做站点少不了Javascript和jquery这些..... 这个功能主要实现了导航条里面的条目是居中的。所以声明了ul,li的样式,始终找不到错误,怎么也不能让当中的元素居中,以下就是这段代码: <html> <head 阅读全文

posted @ 2017-07-02 08:49 cynchanpin 阅读(1022) 评论(0) 推荐(0)

上一页 1 ··· 56 57 58 59 60 61 62 63 64 ··· 149 下一页
 
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3