This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id": 1, | |
"title": "生理中に下痢になるのはなぜ?", | |
"body": "生理前や生理中に下痢になるのはなぜ?😥 下痢が起こる理由と対策を「ベビースマイルレディースクリニック有明」の佐藤先生に聞いてみました。\n\n生理が来てから下痢になるか、下痢になった後に生理が来るかには個人差がありますが、だいたい生理が来た初日など1〜2日間にかけて下痢になる方が多いのだそう💦 心当たりがある方も多いのでは?\n\n生理前は黄体ホルモンという女性ホルモンが多く分泌されるようになりますが、生理がはじまると黄体ホルモンの分泌が低下します。また同時に子宮を収縮させるプロスタグランジンの分泌が増加するため、腸の収縮が活発となり下痢が起こるのだそう😅\n\n対策についてもご紹介しているのでぜひご覧くださいね😊", | |
"medias": [ | |
{ | |
"id": 11, | |
"contentUrl": "https://storage.googleapis.com/paircare-column/4690752758087680/media/8gNtsCUEFG8sz6geYK7k", | |
"contentType": "image/jpeg" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 | 2 | 4 | ||
---|---|---|---|---|
2 | 1 | 0 | c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Created by katsuyagoto. | |
*/ | |
public class ShareHelper { | |
public static final int REQUEST_FACEBOOK = 1; | |
public static final int REQUEST_TWITTER = 2; | |
public static final int REQUEST_LINE = 3; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
<modelVersion>4.0.0</modelVersion> | |
<parent> | |
<groupId>org.sonatype.oss</groupId> | |
<artifactId>oss-parent</artifactId> | |
<version>7</version> | |
</parent> |